body {
    background: #fcf9ef;
    font-family: 'Arial', sans-serif;
}

.card {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.auth-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

.auth-subtitle {
    font-size: 1rem;
    color: #777;
}

.form-control {
    border-radius: 8px;
    padding: 12px 12px 12px 50px;
    font-size: 16px;
}

.form-control-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 1.4rem;
    pointer-events: none;
}

.btn {
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background-color: #a97f00;
    box-shadow: 0 5px 10px rgba(207, 169, 0, 0.4);
}

.text-muted {
    color: #6c757d !important;
}

.text-muted a {
    color: #cfa900;
}

.text-muted a:hover {
    color: #a97f00;
}
