.form-control {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #C0C0C0 !important;
}

.form-control:focus {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #3D8AFF !important;
    box-shadow: none !important;
}

input[type="text"]::placeholder, input[type="password"]::placeholder { /* Most modern browsers support this now. */
    color: #07264E66;
    font-style: normal;
}

input[type="text"].error-marker {
    border: none !important;
    border-bottom: 1px solid #C0C0C0 !important;
}

.error-marker {
    color: #f82d00;
    padding-left: 0px;
    font-size: 16px;
}

#togglePassword {
    margin-left: -30px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .center-text {
        text-align: center;
    }
}

@media screen and (min-width: 576px) {
    .font-lg {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .content-min-height {
        min-height: 450px;
    }
}

@media screen and (min-width: 576px) {
    .content-min-height {
        min-height: 550px;
    }
}

.header-brand-link {
    font-size: 20px;
    font-weight: 400;
    color: #07264E !important;
    font-family: Inter, sans-serif;
}

.footer-brand-link {
    font-size: 30px;
    font-weight: 950;
    color: #FFFFFF !important;
    font-family: Inter, sans-serif;
}
