body {
    background: #F6F7FB;
}

.auth-fluid {
    min-height: 100vh;
}

.auth-fluid-form-box {
    background: #fff;
    border-right: 1px solid #EEF0F6;
    max-width: 460px;
    width: 100%;
}

.card-body {
    /*padding: 28px 32px !important;*/
    justify-content: center;
}

.auth-brand {
    text-align: center !important;
    margin-bottom: 14px;
}

.auth-brand img {
    width: 190px !important;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
}

.app-description {
    font-size: 15px;
    font-weight: 600;
    color: #8A93A3;
}

.form-area {
    margin-top: 8px;
}

.form-title {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 5px;
}

.form-subtitle {
    font-size: 14px;
    color: #8A93A3;
    margin-bottom: 20px;
    line-height: 1.5;
}

.form-label {
    font-size: 13px;
    font-weight: 700;
    color: #4B5563;
    margin-bottom: 7px;
}

.form-control {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #DDE3EE;
    padding: 0 14px;
    font-size: 14px;
    color: #111827;
    box-shadow: none !important;
    transition: all .2s;
}

.form-control::placeholder {
    color: #9AA3B2;
}

.form-control:focus {
    border-color: #5B5BD6;
    box-shadow: 0 0 0 4px rgba(91, 91, 214, .12) !important;
}

.mb-3 {
    margin-bottom: 14px !important;
}

.forgot-link {
    color: #5B5BD6 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.forgot-link:hover {
    text-decoration: underline;
}

.form-check-input {
    border-color: #DDE3EE;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #5B5BD6;
    border-color: #5B5BD6;
}

.form-check-label {
    font-size: 13px;
    color: #6B7280;
    cursor: pointer;
}

.btn-primary {
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4254BA, #5B5BD6);
    border: none;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(66, 84, 186, .25);
    transition: all .2s;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(66, 84, 186, .35);
}

.support-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #16A34A;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 16px;
}

.support-link:hover {
    color: #15803D;
}

.alert {
    border-radius: 12px;
    font-size: 13px;
    border: none;
    padding: 12px 14px;
}

.demo-card {
    border: 1px solid #EEF0F6;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
    margin-bottom: 18px;
}

.demo-card p {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 12px;
}

.demo-card .btn {
    height: 42px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
}

.footer.footer-alt {
    margin-top: 20px;
    text-align: center;
}

.footer.footer-alt p {
    font-size: 14px;
    color: #9AA3B2 !important;
}

.footer.footer-alt a {
    color: #5B5BD6 !important;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 768px) {
    .auth-fluid-form-box {
        max-width: 100%;
    }

    .card-body {
        padding: 10px !important;
    }

    .auth-brand img {
        width: 170px !important;
    }
}