.fs-22 {
    font-size: 22px;
}

.hero-section {
    background: #1a3f64;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.form-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
    padding: 2rem;
}
.form-control:focus {
    box-shadow: none;
    border-color: #f28a30;
}
.btn-success {
    background-color: #f28a30;
    border: none;
}
.btn-success:hover {
    background-color: #f28a30;
}
@media (max-width: 767.98px) {
    .form-container {
        margin-top: 2rem;
    }
}
