#forgot-password-link {
    color: #c20c2e;
    text-decoration: none;
}

#forgot-password-link:hover {
    text-decoration: underline;
}

.bodyBackground {
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-position: center;
}

.cardBorder {
    border-radius: 0.5rem;
}

.errorMsgTxt {
    color: red;
}

.flexSpaceBetween {
    display:flex;
    justify-content:space-between;
}

button.showPassword {
    position: absolute;
    z-index: 1;
    top: 11px;
    right: 9px;
}