body {
    background-color: #eee !important;
}

.landing-header {
    background: #fff;
    padding: 40px;
}
.auth-form{
    margin-top: 7%!important;
}
.auth-form .card {
    border-radius: 16px !important;
}

.auth-form .card button[type=submit] {
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    background: linear-gradient(90deg, #32d296, #28a07e);
    box-shadow: 0 4px 15px rgba(50, 210, 150, 0.3);
}

.auth-form .card .btn.btn-link {
    color: #181C32 !important;
}

.auth-form .card .form-control {
    border-radius: 8px !important;
    border-color: #9494aa !important;
}

.auth-form .card .card-header {
    padding: 0 !important;
}

.auth-form .card {
    /* min-width: 90%; */
    /* max-width: 500px; */
    width: 500px;
}

.logo-area {
    text-align: center;
}

.logo-area img {
    width: 150px;
}

