.hero-section {
    background-image: url('images/hero-background.jpg'); /* Puedes cambiar la imagen */
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

h2 {
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}

form .form-control {
    border-radius: 0;
}

.btn-primary {
    background-color: #29b0d9;
    border: none;
}

.btn-primary:hover {
    background-color: #1f8bbd;
}
