@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap');

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Regular.ttf') format('truetype');
}

.form-control {
    font-size: 15px;
    border-color: #D4D4D4;
}

:root {
    --content-text-color: #354052;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: unset;
    margin: unset;
    height: 18px;
    width: 18px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.5;
}

.main-section .btn:focus, .wizard .actions a:focus {
    box-shadow: unset;
}

body {
    font-family: "Nunito Sans";
    font-size: 14px;
    color: var(--content-text-color) !important;
}
login-idp,
.login-pf {
    display: flex;
    flex-direction: column;
}
.id3-register {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.content-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.login-pf-page .card-pf p {
    color: var(--content-text-color);
}

.login-pf body,
body.user,
body {
    background: none;
    background-size: contain;
    display: flex;
    flex-grow: 1;
}

h1#kc-page-title {
    display: flex;
    flex-direction: column;
    align-items: unset;
}

#kc-page-title > a > img {
    width: auto;
    height: 140px;
    margin: 0 0 0 0px;
    object-fit: contain;
}

body.step-document_approval-with-text #kc-page-title > span,
body.document-accept #kc-page-title > span {
    display: flex;
    flex-direction: column;
}
#kc-page-title > span::before {
    display: none;
}

#kc-page-title a {
    float: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0px
}

.subtitle-general {
    width: 286px;
    height: 21px;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    color: #000;
}

.Text-Copy {
    width: auto;
    height: 15px;
    margin: 0 0 5px 0;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #989aa2;
}

.StateActive {
    width: 100%;
    min-width: 144px;
    height: 42px;
    margin: 20px 0px 20px;
    padding: 9px 33px;
}

.main-section .btn, .wizard .actions a, .wizard .actions a:active {
    border: solid 1px #0077be;
    display: inline-block;
    height: 44px;
    margin: 15px 0 0;
    padding: 0 16px;
    min-width: 144px;
    width: 272px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    -webkit-transition: opacity 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, box-shadow 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    cursor: pointer;
    color: #fff;
    background: #0099d5;
} 

.main-section .btn.btn-primary,
.main-section .btn.btn-primary:active,
.main-section .btn.btn-primary:focus,
.main-section .btn.btn-primary:hover   {
    color: #fff;
    background: #0099d5;
    border: 0 !important;
}

.main-section .btn:hover {
    opacity: 0.9;
    background: #0099d5;
}

.main-section .btn[disabled] {
    opacity: 0.6;
    background: #0099d5!important;
    color: #fff!important;
}

.main-section .btn:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    outline: none;
    outline-offset: 0;
}

.button-width {
    width: 272px!important;
}

.notification_message input[type="text"] {
    border-radius: 7px;
}

.notification_message input[type="submit"],
.notification_message .btn-primary,
.notification_message .btn-primary:active:hover,
.main-section .verify-email input[type="submit"],
.main-section .verify-email .btn.btn-primary,
.main-section .verify-email .btn.btn-primary:active:hover {
    background-color:#ffffff !important;
    border:2px solid #2faef4 !important;
    border-radius: 25px;
    width: 112px;
    background-image: none !important;
    align-self: flex-end;
    color: #0096d5 !important;
    align-self: flex-end;
}

.hollow-button:disabled {
    border:2px solid #f1f1f1;
    color: #f1f1f1;
}

.roundedButton {
    border-radius: 25px!important;
    outline: none;
    border: none!important;
}

.center-aligned-button {
    text-align: center!important;
}

.center-aligned-content {
    align-content: center!important;
    justify-content: center!important;
    text-align: center!important;
}

#kc-form-buttons .btn {
    float: none;
    margin-left: 0;
}

#kc-form-buttons {
    text-align: center;
    margin-top: 29px;
    padding-left: unset;
}

form hr {
    display: none;
}

.password-hidden-div,
.password-shown-div {
    display: flex;
    flex-direction: row-reverse;
}
.password-hidden-div {
    content: url(../img/hide.svg);
    height: 21px;
    width: 21px;
}
.password-shown-div {
    content: url(../img/show.svg);
    height: 21px;
    width: 21px;
}

.notification_message p{
    font-size: 14px;
    max-width: 284px;
}

.notification_message p b{
    font-weight: 400;
}

.notification_message p:first-child {
    color: #000;
    letter-spacing: 0.02px;
}

.verify-email {
    flex-direction: column;
}

.login-pf-page .login-pf-settings {
    justify-content: center;
}

.form-group.login-pf-settings.checkbox-size {
    margin: 22px 0px 17px 0px;
    display: block;
    text-align: center;
}

.login-reset-password #kc-reset-password-form .form-group.login-pf-settings.checkbox-size,
.reset-password .form-group.login-pf-settings.checkbox-size {
    margin-top: unset;
}

.login-verify-email #kc-form-buttons,
.login-reset-password #kc-reset-password-form #kc-form-buttons,
.reset-password #kc-form-buttons {
    margin-top: unset;
}

.main-section .kc-form-subtitle {
    display: none;
}

.login-pf-page .login-pf-header {
    margin-bottom: 15px;
}
.document-accept .login-pf-header {
    margin-top: 127px;
}

.kc-social-section {
    margin-top: 15px;
}

.divider {
    display: none;
}
#kc-content #kc-form-options,
#kc-reset-password-form #kc-form-options {
    text-align: center;
    margin-top: 25px;
}

.idp-links-background {
    width: 260px;
    height: 43px;
    margin: 0px 0 25px 0;
    padding: 1px 15px 0;
    border-radius: 22px;
    border: solid 1px #AEB9CB;
    background-color: #fff;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}

.kc-social-provider-name {
    max-width: 229px;
    height: 19px;
    margin: 14px 0px 14px 16px;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    
    vertical-align: bottom;
}

.kc-social-provider-logo {
  width: 39px;
  height: 44px;
  padding: 10px 7px 9px;
  vertical-align: bottom;
}

.kc-form-options-wrapper span a {
    font-size: 13px;
    font-weight: 400;
    color: #0096D5;
}
#kc-form-login .kc-form-options-wrapper {
    text-align: center;
    margin-top: 23px;
}

#footer {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    position: unset;
    display: flex;
    justify-content: center;
}
#footer p {
    align-self: flex-end;
}

#copyright {
    color: #7988A1;
}

.login-pf #kc-content-wrapper form,
#kc-content #kc-form-options,
.main-section .content-area form,
.login-pf-header,
.kc-social-section
{
    width: 272px;
    margin-right: auto;
    margin-left: auto;
}

.main-section {
    padding: 45px 0px 0px 0px;
    width: 272px;
    margin: 0px auto;
}

.login-username {
    display: flex;
    flex-grow: 1;
}

.desktop-left-panel {
    display: none;
}


@media (max-width: 576px) {
    #kc-register-form .form-group {
        padding-right: 0px;
    }
    .form-group.login-pf-settings.checkbox-size {
        flex-direction: column;
        align-items: center;
    }

    #kc-reset-password-form #kc-form-options {
        margin-top: 36px;
    }

    body.step-document_approval-without-text .section-header{
        margin-top: -100px;
    }
}
.document-accept {
    display: flex;
    flex-grow: 1;
}
.document-accept .right-panel {
    display: flex;
    justify-content: center;
}
.document-accept form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
}
.document-accept .main-section,
.document-accept .login-pf-header {
    width: fit-content;
    max-width: 460px;
}
.document-accept .document-approval {
    width: 400px;
}
.document-accept #kc-page-title a {
    display: none;
}
.document-accept .title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 8px;
    width: 460px;
    text-align: center;
}
.document-accept .introduction {
    font-weight: 400;
    font-size: 16px;
    width: 460px;
    text-align: center;
}

.document-approval {
    overflow-x: hidden;
    border: 1px solid #D4D4D4;
    max-width: 400px;
    max-height: 315px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.document-accept .main-section .btn:nth-child(2) {
    margin-left: unset;
    border: unset;
    text-decoration-line: underline;
}
.document-accept .main-section .btn:nth-child(2):hover {
    background: #fff;
    text-decoration-line: underline;
}
.document-accept #footer {
    width: unset;
    padding-left: unset;
}

body.step-document_approval-with-text #kc-register-form fieldset.current {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 400px;
    overflow-x: visible;
    left: -64px;
    right: -64px;
    position: relative;
}
fieldset .document-approval {
    width: 400px;
}
body.step-document_approval-with-text #kc-register-form fieldset.current .section-header .title,
body.step-document_approval-with-text #kc-register-form fieldset.current .section-header {
    display: flex;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}
body.step-document_approval-with-text #kc-register-form fieldset.current p.introduction {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.desktop-left-panel {
    display: none;
}

.step-document_approval-without-text .content{
    margin-left:  10%;
    margin-right:  10%;
}

@media (max-width: 440px) {
    .document-approval,
    .document-accept .title,
    .document-accept .introduction,
    .document-accept .document-approval,
    fieldset .document-approval,
    body.step-document_approval-with-text #kc-register-form fieldset.current {
        width: auto;
        min-width: 270px;
        left: unset;
        right: unset;
    }
}
@media (min-width: 577px) {

    .login-pf .login-verify-email #kc-content-wrapper form,
    .login-verify-email #kc-content #kc-form-options,
    .login-verify-email .main-section .content-area form,
    .login-verify-email .login-pf-header {
        max-width: 282px;
    }

    .notification_message input[type="submit"],
    .notification_message .btn-primary,
    .notification_message .btn-primary:active:hover,
    .main-section .verify-email input[type="submit"],
    .main-section .verify-email .btn.btn-primary,
    .main-section .verify-email .btn.btn-primary:active:hover,
    .btn-primary:active:focus {
        width: 272px;
        min-width: 122px;
        margin-left: auto;
        margin-right: auto;
    }
}

.right-panel {
    display: flex;
    flex-direction: column;
}

body.step-document_approval-without-text #kc-content-wrapper form,
body.step-document_approval-without-text .main-section,
body.step-document_approval-without-text .main-section #kc-register-form {
    width: 100%;
    justify-content: center;
    max-width: 100%;
}

body.step-document_approval-without-text .main-section #kc-register-form .section-header .title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

body.step-document_approval-without-text #kc-register-form fieldset.current {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.step-document_approval-without-text #kc-register-form .form-group {
    width: 340px;
}
body.step-document_approval-without-text #kc-register-form .actions {
    justify-content: end;
    align-items: center;
}

body.step-document_approval-without-text #kc-register-form .actions ul {
    background-color: #0096D5;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#kc-register-form .actions a.btn-primary.disabled {
    background: #0099d5!important;
    color: #fff !important;

}

body.step-document_approval-without-text #kc-register-form .actions a.btn-primary {
    background: #FFFFFF!important;
    color: #0099d5 !important;
    height: 60px;
    min-width: 294px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 18px;
}

body.step-document_approval-without-text #kc-form-options {
    display: none;
}
body.hide-logo #kc-page-title a,
body.hide-footer #footer {
    display: none;
}

body.hide-logo .right-panel {
    margin-top: 80px;
}

.checkbox{
    display: flex;
    align-items: center;
}
body.step-document_approval-without-text .checkbox input[type=checkbox]{
    width: 18px;
    height: 18px;
    border-radius: 25%;
    border: 2px solid #AEB9CB;
    appearance: none;
    outline: none;
}
body.step-document_approval-without-text .checkbox input[type=checkbox]:checked{
    border-radius: 20%;
    border: 2px solid #AEB9CB;
    appearance: auto;
    outline: none;
    accent-color: #0096D5;
}

body.step-document_approval-without-text #kc-register-form input[type=checkbox].error{
    border: 2px solid #AEB9CB;
}
body.step-document_approval-without-text #kc-register-form input[type=checkbox].valid{
    border: 2px solid #AEB9CB;
}

body.step-document_approval-with-text fieldset.current .checkbox .document-checkbox {
    display: inline-block;
    margin-right: 20px;
}

body:not(.step-document_approval-with-text) fieldset.current .checkbox .document-checkbox {
    display: inline-block;
    margin-right: 20px;
    padding-left: 15px;
}

body:not(.step-document_approval-with-text) fieldset.current .checkbox .document-details {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
}

body:is(.step-document_approval-without-text) #kc-register-form fieldset.current .check-box-name {
    display: none;
}
body:is(.step-document_approval-with-text) fieldset.current .checkbox .document-details {
    display: none;
}

body:is(.step-document_approval-without-text) fieldset.current .checkbox .document-link{
    font-weight: 700;
    font-size: 14px;
    color: #0096D5;
}

body:is(.step-document_approval-without-text) fieldset.current .checkbox .document-required {
    color: #354052;
}

body:is(.step-document_approval-without-text) #kc-register-form fieldset.current .section-header .title {
    font-size: 24px;
    font-size: 34px;
    text-align:center;
    display:block;
    font-weight: bold;
    color: #354052;
}

body:is(.step-document_approval-without-text) #kc-register-form fieldset.current .introduction {
    font-size: 16px;
    text-align:center;
    color: #354052;
    padding: 15px 0px 30px 0px;
}

#kc-register-form fieldset:is([data-js-field-types*="document_approval-"]) .section-header .title {
    font-size: 32px;
    font-weight: 800;
    text-align: left;
}
#kc-register-form fieldset:not([data-js-field-types*="document_approval-"]) .section-header .title {
    font-size:20px;
    font-weight: 700;
    text-align: left;
}

.kc-input-wrapper .checkbox {
    margin-top: 10px;
}


@media (min-width: 900px) {
    .login .right-panel {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .id3-register .right-panel {
        display: flex;
        width: 44.44%;
    }
    body.hide-logo .right-panel {
        margin-top: 80px;
    }

    .content-wrapper {
        display: inline-flex;
        width: 100%;
    }
    .desktop-left-panel {
        display: block;
        background-image: url(../img/desktop-background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 55.56%;
        height: 100vh;
    }
    .desktop-panel-content {
        min-width: 600px;
        min-height: 173px;
        padding: 100px 100px 0px 100px;
        margin: auto;
        text-align: center;
    }
    .desktop-title-text {
        max-width: 600px;
        min-height: 80px;
        font-family: "Nunito Sans";
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
    }
    .desktop-sub-text {
        font-family: "Nunito Sans";
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 24px;
    }
    .desktop-footer-section,
    .desktop-footer-section a {
        font-family: "Nunito Sans";
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 25px;
    }
    .desktop-footer-section a {
        margin-top: unset;
    }
    .shield-icon {
        display: inline-block;
        background-image: url(../img/shield-icon.svg);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        width: 25px;
        height: 25px;
        margin-right: 7px;
        vertical-align: -7px;
    }
    #footer {
        padding-left: unset;
    }

    #kc-register-form .introduction {
        font-size: 16px;
        font-weight: 400;
    }
    .login-pf #kc-content-wrapper form {
        margin-left: auto;
        margin-right: auto;
        max-width: unset;
    }
    .document-accept .login-pf-header {
        margin-top: unset;
    }

    #kc-register-form label.Text-Copy span {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .section-header h2 {
        margin-top: 0px;
    }
    body.step-document_approval-without-text .content {
        width: 372px;
        margin: 0px auto;
        justify-content: center;
        display: flex;
    }

    .document-accept .main-section,
    .document-accept .login-pf-header {
        margin-top: 50px;
    }
}

.main-section header {
    padding: 0px;
}

.fa-google {
    background-image: url('../img/ic-google-signin.png');
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
}

.fa-apple {
    background-image: url('../img/ic-apple-signin.png');
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
}
.fa-google:before {
    content: "";
}

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

.kc-social-section > hr {
    display: none;
}

.kc-social-section > h4 {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #979797; 
    line-height: 0.1em;
    /* margin: 10px 0 20px;  */
    margin: 25px 0 24px;
}

.kc-social-section > h4 > span {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
    background:#fff; 
    padding: 5px 10px;
    width: 54px;
}

.form-buttons-move > .btn-primary,
.wizard-buttons > .btn-primary {
    margin-top: 20px;
}

#kc-register-form .checkbox label {
    padding-left: 0px;
    display: flex;
    font-size: 10.5px;
    align-items: center;
    max-width: 400px;
}

#kc-register-form .checkbox label span {
    margin-left: 15px;
}

#kc-register-form label.Text-Copy span {
    padding-top: 4px;
    display: flex;
}

#kc-login.btn,
#kc-register-form .actions a {
    font-size: 16px;
}

.show-hide-password *:focus {
    outline: 0!important;
}

a:focus {
    outline: 0;
    outline-offset: unset;
}

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

.counter-wrapper {
    display: flex;
    align-items: center;
}

.sms-validation #kc-form-buttons .sms-submit {
    display: grid;
    grid-template-areas:
        ". sigin ."
        ". resend counter";
    grid-template-columns: 5% 90% 5%;
    align-items: center;
    row-gap: 20px;
}

.sms-validation #kc-login {
    grid-area: sigin;
}

.sms-validation #kc-cancel {
    grid-area: resend;
}

.sms-validation #counter {
    grid-area: counter;
    margin-left: 15px;
}

.sms-validation #kc-form-buttons .sms-submit .counter-wrapper {
    margin: 20px 0 0 0;
}

.sms-validation #kc-form-buttons .btn {
    width: 100%;
}

.subtitle {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.mdn-error.complete {
    display: none;
}

.mdn-error.incomplete {
    display: block;
}

.mdn-error {
    color: #ab0e27;
    margin-top: 8px;
}

#kc-login.btn, #kc-cancel.btn {
    margin: unset;
}

.main-section .form-control {
    height: 48px;
    border-radius: 8px;
    width: 272px;
}

.btn {
    box-shadow: none;
}

.form-horizontal .form-group {
    margin-right: unset;
    margin-left: unset;
    margin-bottom: 10px;
}

.reset-password .form-horizontal .form-group,
.login-reset-password .form-horizontal .form-group {
    margin-bottom: 14px;
}

.kc-social-links {
    justify-items: center;
}

.input-with-toggle .input-wrapper input {
    border: none;
    box-shadow: unset;
    margin-top: unset;
}

.input-with-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
}
.login-password .input-with-toggle {
    margin-top: 4px;
}
.input-with-toggle:hover {
    border-color: #7dc3e8;
}

.input-with-toggle .toggle {
    display:flex;
    justify-content: center;
    align-items: center;
    height:44px;
    margin-right: 10px;
}
.input-wrapper{
    display: block;
    overflow: hidden;
    padding-right: 10px;
    width: 100%;
}

.login-pf,.id3-register,.login-pf-page, .card-pf ,#kc-content, #kc-content-wrapper,  .right-panel, #kc-register-form,.actions.clearfix{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.id3-register .content-wrapper{
    flex-grow: 1;
    display: flex;
}

body.step-document_approval-without-text .check-box-error{
    display: none;
}
body.step-document_approval-without-text .steps.clearfix{
    display: none;
}

.brute-force .error{
    color: #ab0e27;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
}

@media (hover: none) and (pointer: coarse), (max-width: 1024px) {
    a:not(.btn) {
        position: relative;
        cursor: pointer;
    }

    #kc-form-buttons input[type="button"],
    #kc-form-buttons input[type="submit"],
    #kc-form-buttons input[type="reset"],
    .btn,
    button {
        min-height: 48px;
    }

    a:not(.btn):before{
        content: '';
        position: absolute;
        top: -17px;
        left: -5px;
        right: -5px;
        bottom: -17px;
        background-color: transparent;
      }

    .idp-links-background::before {
        content: ''; 
        position: absolute;
        top: -10px;
        left: -5px;
        right: -5px;
        bottom: -10px;
        background-color: transparent;
    }

    #kc-page-title > a::before {
        content: none;
    }
}