body {
    background-image: url('/images/login.jpg');
    background-size: cover;
    padding: 80px 100px !important;
    background-position: center;
}

.forgot-password {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.reset-password {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 2px dashed var(--bs-text-primary) !important;
}

.text-mark {
    font-family: Inter;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

.text-note {
    font-family: Inter;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #4B5675;
}

.card-login {
    /* Frame 1321315049 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 40px 40px 0px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.03);
    border-radius: 30px;
}

.card-login-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 80px;
    gap: 56px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
}

.login-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px
}

.login-input {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.title-info-main {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #4B5675;
    text-align: center;
}

.title-info-sub {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 2px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.title-login {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.btn-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px !important;
    width: 224px;
    height: 40px !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.modal-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.modal-title-sub {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px;
    text-align: center;
}

.btn-custom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px !important;
    height: 40px !important;
    box-shadow: 0px 1px 2px rgba(42, 54, 71, 0.05);
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 16px;
    text-align: center;
}

.bootbox .modal-title {
    font-weight: 600;
    font-size: 16px !important;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}

.bootbox .modal-header {
    border: none !important;
    padding: 0 !important;
}

.bootbox .modal-content {
    border-radius: 12px;
    padding: 24px;
}

.bootbox .modal-footer {
    justify-content: center;
}

.bootbox .bootbox-body {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #9AA1B7;
}

.bootbox .modal-footer {
    gap: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none;
}

.bootbox .modal-body {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

.bootbox .modal-footer button {
    height: 32px !important;
    border-radius: 6px !important;
    padding: 8px !important;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.bootbox button[data-bb-handler="cancel"]::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    margin-right: 5px;
}

.bootbox button[data-bb-handler="confirm"]::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    margin-right: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #333333 !important;
    transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 1399.98px) {
    .card-login-content {
        padding: 0 40px !important;
    }
}

@media (max-width: 1199.98px) {
    body {
        padding: 20px 250px !important;
    }

    .btn-login {
        width: 100% !important;
    }

    .card-login {
        padding: 36px !important
    }

    .title-info-main, .title-info-sub {
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .title-login {
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .card-login-content {
        padding: 24px !important;
        gap: 16px !important;
    }

    .card-login svg {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 991.98px) {
    body {
        padding: 20px 200px !important;
    }
}

@media (max-width: 768px) {
    body {
        padding: 20px 100px !important;
    }
}

@media (max-width: 576px) {
    body {
        padding-left: 16px !important;
        padding-right: 16px !important;
        display: flex;
        align-items: center;
    }

    .card-login {
        padding: 32px !important;
    }
}
