body {
    min-height: 100vh;
    font-family: "SF Pro Display", "Helvetica Nue", "sans-serif";
}

.identity-page--ready.identity-page--background .identity-bg-layout {
    background-image: url(../assets/login-background.png);
}

.identity-page--ready.identity-page--background {
    background-image: url(../assets/login-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    min-height: -moz-fill-available;
    min-height: -webkit-fill-available;
    min-height: fill-available;
    -webkit-overflow-scrolling: touch;
}

.position-absolute.fixed-top.identity-container {
    top: unset;
    position: relative !important;
    margin-top: 15vh;
    margin-bottom: 24px;
    width: 37rem;
    left: 13vw;
    padding: 0;
    height: auto;
}

.identity-container__form {
    padding: 2rem 3rem;
}

.bb-form-field--md {
    max-width: 100%;
}

.tcb-form-field--md {
    width: 420px;
}

.form-group .form-control:focus {
    border-color: #5b9fdb;
    outline: 0;
    box-shadow: 0 0 0 3px #dceaf7;
}

@media (max-width: 768px) {
    .tcb-form-field--md {
        width: 100%;
    }

    .identity-page--ready.identity-page--background {
        min-height: -moz-fill-available;
        min-height: -webkit-fill-available;
        min-height: fill-available;
        -webkit-overflow-scrolling: touch;
    }
}

.identity-logo {
    background-image: url(../assets/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    width: 56.93px;
    height: 38px;
}

#kc-page-title {
    margin-bottom: 1.5rem;
    font-size: 34px;
    line-height: 44px;
}

.kc-page-title--login {
    margin-bottom: 1.5rem;
    font-size: 24px;
    line-height: 36px;
}

#kc-form-buttons {
    margin-top: 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.text-right {
    text-align: right
}

.alert label {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1rem;
}

.alert-danger {
    background-color: #ffe2e0;
    color: #8c201a;
}

.alert-danger-login {
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #ffe2e0;
    color: #000000;
}

.alert-danger-login .alert-body {
    align-items: start;
}

.alert-content-login {
    font-size: 16px;
    font-weight: 600;
}

.alert-content-login span {
    font-size: 14px;
    font-weight: 400;
}

.alert-success {
    color: #fff;
    background-color: #34c759;
    border-color: transparent;
}

.bb-icon-info-outline:before {
    content: "info_outline";
    color: #8c201a;
}

.btn {
    font-weight: 400;
    min-width: 120px;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):hover {
    background-color: black;
    border-color: black;
}

.btn-primary-second,
.btn-primary-second:not(:disabled):not(.disabled):hover {
    background-color: white;
    border-color: black;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    background-color: #000;
    border-color: #000;
}


.alert-body .bb-icon {
    margin-right: 0.5rem;
}

.toggle-password {
    right: 0.625rem;
    top: 0.625rem;
    cursor: pointer;
    z-index: 1;
}

.tcb-locale-button {
    border: 0 !important;
    background-color: white !important;
    color: black !important;
    box-shadow: unset !important;
}

.tcb-locale-button:focus {
    height: 72px !important;
    width: 90px !important;
    background-color: #e9eaeb !important;
    border-radius: 1rem !important;
}

.tcb-icon-caret,
.tcb-icon-caret:hover::before,
.btn-secondary:not(:disabled):not(.disabled):hover .bb-icon {
    color: black !important;
}

a.forgot-password,
a.unlock-user {
    text-decoration: none;
    cursor: pointer;
    margin-right: 24px;
    color: #0a84ff !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.divider {
    border-bottom: 1px solid #dedede;
}

.card.help-support {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 24px;
    margin-top: 24px;
    cursor: pointer;
}

.card.help-support p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin: auto 0 auto 12px;
}

.card.banner {
    display: flex;
    flex-direction: row;
    margin: 24px 0;
    padding: 0;
    overflow: hidden;
}

.card.banner .left img {
    object-fit: cover;
    object-position: center;
    width: 200px;
}

.card.banner .right {
    display: flex;
    flex-direction: row;
    padding: 24px 24px;
}

.right .banner-content-wrapper {
    margin-left: 16px;
}

.right .banner-content-wrapper p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.card img#banner-conner {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
}

button.explore {
    padding: 8px;
    background: #ff3b30;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    border: none;
}

.tcb-locale-button {
    border: 0 !important;
    background-color: white !important;
    color: black !important;
    box-shadow: unset !important;
    height: 72px !important;
    width: 90px !important;
}

.tcb-locale-button:focus {
    background-color: #e9eaeb !important;
    border-radius: 1rem !important;
}

.tcb-icon-caret,
.tcb-icon-caret:hover::before,
.btn-secondary:not(:disabled):not(.disabled):hover .bb-icon {
    color: black !important;
}

.layout--background {
    background-image: url(../assets/login-background.png);
    background-color: #daebff;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
}
.unlock-user--background {
    background-image: none;
    background-color: #F5F6F7;
}

.invalid-feedback {
    color: #ff3b30;
}

.is-invalid {
    border-color: #ff3b30;
}

@media all and (max-width: 480px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
}

.btn-outline-dark {
    background-color: #ffffff;
    border-color: #ffffff;
}

.otpInput-field {
    width: 58px;
    height: 58px;
    border: 0;
    outline: 0;
    background: transparent !important;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 0;
    box-shadow: none;
}

.otp-error-icon {
    height: 28px;
}

@media all and (max-width: 480px) {
    .otpInput-field {
        width: calc((100% - 40px) / 6);
        height: 45px;
    }

    .otp-inputs {
        justify-content: center !important;
    }

    .otp-error-icon {
        height: 24px;
    }
}

.otpInput-field:focus {
    border-bottom: 1px solid #0a84ff;
    box-shadow: 0 0.25rem rgba(83, 169, 255, 0.2) !important;
}

.otp-timer {
    color: #0d6efd;
}

@media (min-width: 768px) {
    .layout-container {
        padding-top: 4rem;
    }
    .layout-container .form-group {
        margin-bottom: 1.5rem;
    }
}

.bb-icon-arrow-back::before {
    content: url(../assets/arrow_back.svg);
}

.btn-outline-dark .bb-icon-arrow-back::before {
    content: url(../assets/arrow_back.svg);
}

.btn-outline-dark:hover .bb-icon-arrow-back::before {
    content: url(../assets/arrow_white.svg);
}

.bb-icon-visibility-off::before {
    content: url(../assets/visibility_off.svg) !important;
}

.bb-icon-visibility::before {
    content: url(../assets/visibility.svg);
}

.bicon-toggle-down::before {
    content: url(../assets/expand_down.svg) !important;
}

.bicon-toggle-up::before {
    content: url(../assets/expand_up.svg) !important;
}

.btn-back-login {
    padding: 0.3rem 1.4rem !important;
}

.txt-back-login {
    padding-right: 0.3rem !important;
}

.form-error {
    color: #ff3b30;
    margin: 32px 0;
    font-size: 14px;
    line-height: 21px;
}

button#kc-current-locale-link {
    outline: none;
}

.card-login {
    width: 420px;
    margin: 40px auto;
}

@media (max-width: 768px) {
    #kc-page-title {
        font-size: 24px;
        line-height: 36px;
    }
    .card.banner .left img {
        width: 130px;
    }
    .card img#banner-conner {
        display: none;
    }
    .right .banner-content-wrapper p {
        font-size: 16px;
        line-height: 20px;
    }
    button.explore {
        font-size: 16px;
        line-height: 20px;
    }
    .card.banner .right {
        padding: 16px;
    }
    .card-login {
        width: 100%;
        padding: 32px 16px;
        margin: auto;
    }
    .ct-container--login {
        display: flex;
        align-items: center;
    }
}

form#kc-congratulation-form {
    text-align: center;
}

form#kc-congratulation-form h3 {
    font-size: 28px;
    line-height: 34px;
    color: #616161;
    font-weight: normal;
}


/*reset style from bb*/

.dropleft .dropdown-menu {
    right: 0 !important;
    margin-top: 1rem;
    margin-right: 0;
}

.dropdown-menu {
    background-color: #f5f5f5;
    padding: 0px;
    border-radius: 0.5rem;
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -13px;
    right: 16px;
    border-bottom: 13px solid #eee;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    top: -11px;
    right: 16px;
    border-bottom: 12px solid #f5f5f5;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #e3e4e5;
}

.dropdown-item:hover:first-child,
.dropdown-item:focus:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.dropdown-item:hover:last-child,
.dropdown-item:focus:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.dropdown-item-contact {
    display: flex;
}

.dropdown-item-contact .dropdown-item-contact__left {
    margin-right: 8px;
}

.dropdown-item-contact--nation {
    font-size: 12px;
    line-height: 18px;
    color: #616161;
}

.dropdown-item-contact--phone {
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.ct-container-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.ct-container {
    width: 984px;
    min-height: calc(100vh - 55px);
}

.ct-content-wrapper {
    width: 500px;
    margin-top: 64px;
}

.btn-container {
    display: flex;
    justify-content: flex-end;
    margin: 24px 0;
    text-align: right;
}

.btn-container-first-login {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
    text-align: right;
    align-items: center;
}

.can-not-receive {
    border: none;
    background: transparent;
    cursor: pointer;
    color: #0a84ff;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
}

.ct-modal-content ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.btn-container .btn-back {
    margin-right: 16px;
}

.btn-container .btn-back input {
    background: transparent;
    color: #000;
    min-width: 120px;
}

input#btn-back:hover {
    background: transparent;
    color: #000;
}

.bb-info-default:before {
    content: "info_outline";
    color: #0a84ff !important;
}

@media (max-width: 768px) {
    .ct-container {
        padding: 0;
        margin-top: 0;
        position: relative;
        width: 90%;
        min-height: calc(100vh - 76px);
    }
    .ct-content-wrapper {
        width: 100%;
    }

    .btn-container {
        flex-direction: column;
    }

    .btn-container .btn-back {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .ct-content-wrapper {
        margin-top: 88px;
    }
}

@media (min-width: 1400px) {
    .ct-content-wrapper {
        margin-top: 150px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .ct-container.ct-container--login {
        width: 500px;
        display: flex;
        align-items: center;
    }
}

.icon-danger-login {
    background-image: url(../assets/login-danger.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.form-control, .btn {
    font-family: "SF Pro Display", "Helvetica Nue", "sans-serif";
}

