* { box-sizing:border-box; }

/********** Font Face **********/
/* Open Sans Light */
@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/light/opensans-light.eot');
    src: url('../fonts/light/opensans-light.woff') format('woff'),
         url('../fonts/light/opensans-light.ttf') format('truetype'),
         url('../fonts/light/opensans-light.svg#opensans-light') format('svg'),
         url('../fonts/light/opensans-light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* Open Sans Regular */
@font-face {
    font-family: 'opensans';
    src: url('../fonts/regular/opensans-regular.eot');
    src: url('../fonts/regular/opensans-regular.woff') format('woff'),
         url('../fonts/regular/opensans-regular.ttf') format('truetype'),
         url('../fonts/regular/opensans-regular.svg#opensans') format('svg'),
         url('../fonts/regular/opensans-regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* Open Sans Semi-Bold */
@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/semi-bold/opensans-semibold.eot');
    src: url('../fonts/semi-bold/opensans-semibold.woff') format('woff'),
         url('../fonts/semi-bold/opensans-semibold.ttf') format('truetype'),
         url('../fonts/semi-bold/opensans-semibold.svg#opensans-semibold') format('svg'),
         url('../fonts/semi-bold/opensans-semibold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* Open Sans Bold */
@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/bold/opensans-bold.eot');
    src: url('../fonts/bold/opensans-bold.woff') format('woff'),
         url('../fonts/bold/opensans-bold.ttf') format('truetype'),
         url('../fonts/bold/opensans-bold.svg#opensans-bold') format('svg'),
         url('../fonts/bold/opensans-bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/********** General **********/
html, body { font-family:'OpenSans'; height: 100%; text-align: center; }
body { display: flex; align-items: center; padding-top: 40px; padding-bottom: 40px; background: #F4F4F6 url(../img/logo_bg_symbol_alt.svg) no-repeat left center; background-size: contain; }

::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: #E8E8EA; border-radius: 5px; }
::-webkit-scrollbar-thumb { background: #00AEEF; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #00AEEF; }

button { background: #00AEEF !important; color: #fff !important; }

/********** Login **********/
.form-signin, .form-forgot, .form-set-password, .form-otp { width: 100%; max-width: 330px; padding: 15px; margin: auto; }
.form-signin .checkbox { font-weight: 400; margin: 2rem 0; }
.form-signin .form-floating:focus-within, .form-forgot .form-floating:focus-within, .form-set-password .form-floating:focus-within, .form-otp .form-floating:focus-within { z-index: 2; }
.form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.form-signin input { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; }
.form-signin a, .form-forgot a, .form-set-password a { text-decoration: none; display: inline-block; color: #00AEEF; }
.form-otp a { text-decoration: none; display: block; color: #00AEEF; margin-top: 1rem; }
.logo { margin-bottom: 3rem; }
.k-footer { font-size: 0.7rem; margin-top: 3rem; }
.k-footer p b { color: #00AEEF; }

.form-forgot h6, .form-set-password h6, .form-otp h6 { text-align: left; margin-bottom: 1rem; }
.form-forgot input[type="email"] { margin-bottom: 2rem; }
.form-set-password #setPassword { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.form-set-password #setConPassword { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; }

/* Show / Hide Password - 23 Feb 2023 */
.togglePassword { background-image: url("../img/visibility_on.svg"); background-repeat: no-repeat; background-position: center center; background-size: 20px; width: 48px; height: 100%; display: inline-block; position: absolute; top: 30px; right: 0; transform: translate(0, -50%); cursor: pointer; }
.togglePassword-off { background-image: url("../img/visibility_off.svg"); background-repeat: no-repeat; background-position: center center; background-size: 20px; width: 48px; height: 100%; display: inline-block; position: absolute; top: 30px; right: 0; transform: translate(0, -50%); cursor: pointer; }
#floatingPassword { padding-right: 48px; }

#otp-form { margin:3rem 0; display: flex; justify-content: space-between; }
#otp-form input { font-size: 32px; max-width: 12%; background: none; border: none; border-bottom: 2px solid #00AEEF; text-align: center; }

.otp-footer { margin-top:3rem; }

@media (max-width: 575px) {
    body { background: #F4F4F6 url(../img/logo_bg_symbol_alt.svg) no-repeat left bottom; background-size: contain; }
}
.form-control.is-invalid, .was-validated .form-control:invalid {background-image: none !important}
.form-control.is-valid, .was-validated .form-control:valid {background-image: none !important}
.password-guide { background: url(../img/pswd_guide_icon.svg) no-repeat center center; background-size: 20px; width: 24px; height: 24px;display: inline-block;margin-left: 16px;float:right }
#Password-error {display: flex; justify-content: center; align-items: center; margin: 10px 0px 16px;}
.btn {margin-top:1rem !important;margin-bottom:1rem !important}
