*, :after, :before {
    box-sizing: border-box;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-size: 12px;
    line-height: 1.66666667;
}

:root {
    --pf-c-alert--BorderTopWidth: 1px;
}

.login-pf {
    background: none;
}

.login-pf body {
    background-color: #ebebeb;
    background: url("../img/login-background.svg");
    background-size: cover;
    height: 100%;
    font-family: system-ui, -apple-system, Inter, Roboto, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.login-pf-page-header {
    display: none;
}

.login-pf-page {
    padding: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50.1%);
}

.card-pf {
    padding: 30px 20px 20px !important;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.form-label {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    margin-bottom: 5px;
    display: inline-block;
}

.form-control {
    border-radius: 5px !important;
    border: 1px solid #D9D9D9 !important;
    background: #F6F6F6;
    padding: 0 15px;
    height: 54px !important;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    box-shadow: none;
    display: block;
    width: 100%;
}

.form-control:focus {
    border: 1px solid #949494;
    background: #F6F6F6;
    box-shadow: none;
}

.form-control:hover {
    border: 1px solid #949494 !important;
    background: #F6F6F6;
    box-shadow: none;
}

.btn-primary {
    display: flex;
    height: 54px;
    padding: 10px 15px;
    border-radius: 5px;
    background: #FF2A2A;
    cursor: pointer;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active:hover .open .dropdown-toggle.btn-primary {
    background-color: #d92424;
    background-image: none;
    border-color: #cc2222;
    color: #fff;
}

.btn-primary[disabled] {
    background: #d92424;
    border-color: #cc2222;
    color: #FFF;
    opacity: 0.5;
}

.login-pf-page .login-pf-settings {
    flex-direction: column;
    margin: 20px 0 0;
}


.login-pf-header {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #CDCDCD;
    display: flex;
    justify-content: center;
    align-items: start;
}

.payment-logo {
    justify-content: start;
}

#kc-page-title {
    display: none;
}

label[for="password"]+.pf-c-input-group,
label[for="password-new"]+.pf-c-input-group,
label[for="password-confirm"]+.pf-c-input-group {
    position: relative;
}

.btn-see-password {
    position: absolute;
    padding: 0;
    right: 15px;
    top: 1px;
    bottom: 1px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    background-color: transparent;
    border: none;
    color: #444;
}

.pf-m-error {
    color: #FF2A2A;
}

.pf-m-danger {
    color: #FF2A2A;
}

.form-control[aria-invalid=true] {
    color: #FF2A2A;
    border-color: #FF2A2A !important;
}

.fa-eye {
    background-image: url("../img/eye.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.fa-eye:before {
    content: " ";
}

.fa-eye-slash {
    background-image: url("../img/eye.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.fa-eye-slash:before {
    content: " ";
}

.form-group {
    margin-bottom: 15px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.login-pf-page .login-pf-signup {
    margin: 20px 0 0;
    text-align: center;
    color: #949494;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.login-pf-page .login-pf-signup a {
    color: #949494;
    text-decoration: underline;
    margin-left: 0;
}

a {
    color: #949494;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #949494;
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.login-pf-page .btn-primary {
    margin-top: 30px;
}

.pf-c-alert {
    border-top-width: 0;
    padding: 7px 15px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}

.login-disclaimer {
    margin-top: 1rem;
    font-size: 11px;
    line-height: 1.5;
    color: #bbb;
    text-align: justify;
}

.pf-m-block{
    display: block;
    width: 100%;
}

.kc-social-section{
    display: flex;
    flex-direction: column;
gap: 1rem;
align-items: center;
margin: 2rem 0 0;
}

.line-through {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.line-through::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #CDCDCD;
}

.kc-social-section h2{
    background-color: #fff;
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.14px;
    position: relative;
    padding: 0 1rem;
    margin: 0;
}

.kc-social-links{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.kc-social-links a{
    font-size: 14px;
    color: #06c;
    font-weight: 400;
    line-height: 1rem;
}

hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #cdcdcd;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert-success {
    color: #363636;
    background-color: #e9f4e9;
    border-color: #3f9c35;
}

.d-block{
    display: block;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-header {
        margin: 0 0 30px;
    }

    .login-pf-page .card-pf {
        padding: 30px 20px 15px 20px;
    }
}

@media (max-width: 767px) {
    .login-pf body {
        background: #ffffff;
        background-image: none;
    }

    .login-pf-page .card-pf {
        padding: 30px 20px 15px 20px;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .login-pf-header {
        border-bottom: none;
    }
}