body {
    background-color: #0d3576;
}

.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
    background-color: white;
    border-radius: 8px;
    margin-top: 10%;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

/* .form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2)) !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    border-radius: var(--bs-border-radius-sm) !important;
} */

.form-control:focus {
    box-shadow: unset;
}

.form-signin h5 {
    font-weight: 600 !important;
    color: #0c3fa4;
    letter-spacing: -1px;
}

.btn-primary {
    background-color: #0d3576;
    border-color: #0d3576 !important;
}