/* OVERRIDES */
body {
    --bs-link-color: #02427A !important;
}
div:has(> input[name*="DELETE"]) {
    color: white;
    max-width: 100%;
    display: inline-flex;
    padding: 9px 24px;
    background: red;
    margin-top: 12px;
}

/* LOGIN FORM */
.login-form .form-field input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}