body {
    background: linear-gradient(135deg, #e74833, #f35a1e, #ee9831);
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.auth-container {
    width: 95%;
    max-width: 400px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.auth-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-header h3 {
    color: #333333;
    font-weight: 700;
}

.auth-header p {
    color: #6c757d;
    font-size: 0.9rem;
}

.btn-brand {
    background-color: #e74833;
    color: #fff;
    font-weight: 500;
    border: none;
    transition: 0.3s;
}

.btn-brand:hover {
    background-color: #f35a1e;
}

.form-control:focus {
    border-color: #ee9831;
    box-shadow: 0 0 0 0.2rem rgba(238, 152, 49, 0.25);
}

.alert {
    font-size: 0.9rem;
    margin-top: 1rem;
    text-align: center;
}

.auth-footer {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.auth-footer a {
    color: #e74833;
    text-decoration: none;
    font-weight: 500;
}

.auth-footer a:hover {
    text-decoration: underline;
}

.auth-body {
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif;
}

.auth-card {
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    background: #fff;
}

.brand-color {
    color: #e74833;
}

@media (max-width: 768px) {
  #modalImage {
    width: 90%;
    height: auto;
  }
}
