body {
    background-color: #f8f9fa;
}

.form-container {
    background: white;
    border-radius: 8px;
    border: 2px solid rgb(214, 208, 208);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 20px;
}

h1 {
    font-size: 2.5rem;
    color: #007bff;
}

h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.img-fluid {
    border-radius: 15px;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: 100%;
}
