.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;
    }
}

/* SSO Login Section */
.login-divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 1rem;
}

.login-divider hr {
    flex: 1;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0;
}

.login-divider span {
    padding: 0 1rem;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    white-space: nowrap;
}

.btn-sso-nsa {
    padding: 0.6rem 1rem;
    letter-spacing: 0.02rem;
    border: 2px solid #295B96;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-sso-nsa:hover {
    background: #295B96;
    color: #FFFFFF;
    text-decoration: none;
}
