.fontLoginColor1 {
    color: #9D73EF;
}
.fontLoginColor2 {
    color: #6B6B6B;
}
.fontLoginColor3 {
    color: #C8C7C6;
}
.fontLoginColor4 {
    color: #ff8080;
}


.IsxfontRed{
    color:#FF8080;
}


.error-message {
    height: 1.5em;
    /* Fixed height to reserve space */
    display: block;
    visibility: hidden;
    /* Hidden by default but reserves space */
}

.error-message.show {
    visibility: visible;
    /* Show when needed */
}

.is-invalidpass {
    border-color: #dc3545;
}