html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-control,
.form-select {
    --bs-border-color: #b6b6b6;
    --bs-border-width: 2px;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
}

.form-control:focus,
.form-select:focus {
    outline: none !important;
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 0px #4a90e21a !important;
}

header {
    height: auto;
    background: #f2f5ee;
    background: radial-gradient(circle, #f2f5ee 35%, #e1e1e1 100%);
}

footer {
    background-color: #e5e5e5;
}