body.auth-body-bg {
    background: linear-gradient(135deg, #04a2b3 0%, #03828f 50%, #037a86 100%) !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-page {
    width: 100%;
    max-width: 450px;
    padding: 20px;
}

.card {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px 0 rgba(4, 162, 179, 0.4) !important;
}

.card-body {
    padding: 2.5rem !important;
}

.form-control {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(4, 162, 179, 0.3) !important;
}

.btn-primary {
    background: linear-gradient(135deg, #04a2b3 0%, #03828f 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 12px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(4, 162, 179, 0.5) !important;
    background: linear-gradient(135deg, #05b5c8 0%, #0490a0 100%) !important;
}

.text-color {
    color: rgba(255, 255, 255, 0.9) !important;
}

.text-color:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.accountbg {
    display: none;
}