.ati-web-login-page {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #f5f7ff 0%, #f2f7ff 100%);
    padding: 16px 12px;
}

.ati-web-login-wrapper {
    width: 100%;
    max-width: 420px;
}

.ati-web-login-card {
    background: #ffffff;
    border-radius: 0.75em;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.ati-web-login-logo-box {
    text-align: center;
    padding: 16px 16px 4px;
}

.ati-web-login-logo {
    max-width: 230px;
    width: 100%;
    height: auto;
}

.ati-web-login-card .oe_login_form {
    max-width: none;
    width: 100%;
    margin: 0 !important;
    padding: 12px 32px 20px;
}

.ati-web-login-card .field-login .form-label,
.ati-web-login-card .field-password .form-label,
.ati-web-login-card .field-db .form-label {
    font-weight: 600;
    margin-bottom: 6px;
}

.ati-web-login-card .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    min-height: 44px;
}

.ati-web-login-card .ati-web-reset-password {
    color: #078148;
    font-size: 0.875rem;
    text-decoration: none;
}

.ati-web-login-card .ati-web-reset-password:hover {
    text-decoration: underline;
}

.ati-web-login-card .btn-primary {
    background-color: #078148;
    border-color: #078148;
    border-radius: 6px;
    min-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
}

.ati-web-login-card .btn-primary:hover,
.ati-web-login-card .btn-primary:focus,
.ati-web-login-card .btn-primary:active {
    background-color: #066e3d;
    border-color: #066e3d;
}

.ati-web-login-card .o_login_auth .list-group-item {
    border: none;
    font-weight: 600;
}

.ati-web-login-help {
    text-align: center;
    color: #6b7280;
    padding-top: 12px;
    font-size: 0.9rem;
}

.ati-web-login-help a {
    color: #078148;
    text-decoration: none;
}

.ati-web-login-help a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .ati-web-login-card .oe_login_form {
        padding: 12px 20px 18px;
    }
}
