@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    font-family: "Lexend";
}

:root {
    --link--FontWeight: 400;
    --pf-global--FontWeight--normal:300;
}

.login-pf-header {
    margin: 0px !important;
}

.login-pf-page a {
    font-weight: var(--link--FontWeight);
    color: var(--pf-global--link--Color);
    text-decoration: var(--pf-global--link--TextDecoration);
}

.login-pf {
    background: #F7FAFC;
}

.login-pf-page {
    background: #fafafa;
    background-size: cover;
    height: 100%;
    padding: 0;
}

.login-pf-page-header {
    background: #364965;
    border-bottom: 0;
    margin-bottom: 0 !important;
}

#kc-header-wrapper {
    width: 200px;
    margin: 0 auto;
    padding: 10px;
}
#kc-content{
    flex-grow: 3;
}

.card-pf {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.instruction{
    text-align: center;
    font-size: 14px;
    margin: 30px 0;
}

.pf-c-form-control {
    background-repeat: no-repeat !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #364965;
    box-shadow: 0px 1px 0px rgba(27, 31, 35, 0.04);
    border-radius: 8px !important;
    height: 45px;

}

.pf-m-primary {
    background: #364965 !important;
}

.pf-c-form-control {
    padding: 8px 12px;
    /* background: #F9FAFB; */
    border: 1px solid #646465;
    border-radius: 8px;
    height: 45px !important;
}

.pf-c-form__label.pf-c-form__label-text {
    font-size: 12px;
    line-height: 20px;
    color: #19123B;
    padding-bottom: 5px;
    font-weight: 400;
}

.pf-c-form-control:focus {
    border: 1px solid #364965 !important;
    padding-bottom: 7px !important;
}

.pf-c-form-control:focus-visible {
    border: 1px solid #364965 !important;
}

.terms-privacy {
    text-align: center;
    font-size: 14px;
}

.terms-privacy a {
    margin: 0 !important;
}

.login-pf-page .login-pf-signup a {
    margin: 0;
}

#kc-registration {
    text-align: center;
}

#kc-form-options {
    font-size: 14px;
}

#kc-terms-text {
    font-size: 14px;
    margin: 2rem 0;
}

.login-pf-page .login-pf-header h1 {
    text-align: left;
}
.already-have-account {
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.login-pf-page .login-pf-signup {
    margin-top: 20px;
    font-size: 14px;
}

.pf-c-login__main-footer-links.kc-social-links a {
    border: 1px solid #364965;
    color: #364965;
    box-shadow: 0px 1px 0px rgba(27, 31, 35, 0.04);
    border-radius: 8px;
    height: 40px;

    margin-bottom: 10px;
}

.pf-c-login__main-footer-links.kc-social-links a:after {
    content: none;
}

.login-pf-settings {
    align-items: center;
}

.pf-m-error {
    color: rgb(211, 23, 23);
}


#kc-passwd-update-form .pf-c-button:not(.pf-m-control) {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#kc-passwd-update-form .pf-c-button.pf-m-control {
    color: #fff !important;
    margin-left: 10px;
}
#kc-passwd-update-form .pf-c-button.pf-m-control:after {
    border: 0 !important;
}

#kc-passwd-update-form #kc-form-buttons {
    margin-top: 50px;
}

.btn-default {
    border: 1px solid #364965;
    background: white !important;
    color: #364965;
}


.auth-view {
    display: flex;
    min-height: calc(100vh - 52px);
}

.auth-container {
    width: 100%;
    padding: 0px;
}

@media (min-width: 960px) {
    .auth-container {
        width: 50%;
    }
}

.auth-image-container {
    width: 50%;
    display: none;
    background-size: cover;
    background-position: center;
}


.auth-image-container img {
    width: 100%;
    height: 100%;
}

@media (min-width: 960px) {
    .auth-image-container {
        display: block !important;
    }
}


.card-pf {
    background: transparent;
    box-shadow: none;
}

.terms-and-conditions-group {
    display: flex;
    align-items: start;
}

.divider {
    position: relative;
    display: block;
    z-index: 2;
    text-align: center;
    margin: 30px 0;
}

.divider span {
    background-color: #fafafa;
    padding: 0 10px;
}

.divider::after {
    content: '';
    width: 100%;
    position: absolute;
    top: calc(50% + 1px);
    left: 0;
    z-index: -1;
    height: 1px;
    border-bottom: 1px solid #1F2A3B;
}

.auth-footer{
    margin-top:40px;
    /* position: absolute; */
    bottom: 20px;
    width: 100%;
    left: 0;
}

#kc-error-message{
   text-align: center;
}

.pf-c-alert__title{
    font-weight: 500;
}

.link-button{
    background-color: #364965 !important;
    color: white;
    border-radius: 8px !important;
    height: 45px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white !important;
}

.back-to-app{
    text-align: center;
}
