.login-card {
    margin: 100px auto;
    padding: 20px;
    width: 100%;
    max-width: 364px;
    min-height: 246px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-text {
    text-align: right;
    font-size: 10px;
    font-style: italic;
    color: #2a537d;
    margin-top: -15px;
    margin-right: -10px;
    padding-top: 10px;
    margin-bottom: -15px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

.password-toggle:hover {
    color: #000;
}

#password.is-invalid,
#password.is-valid {
    padding-right: 40px; /* Keep space for the eye symbol */
    background-image: none !important; /* Remove the exclamation mark */
}
