﻿.lblForm {
    text-align: end;
    margin-top: 5px !important
}

/* Mobile: Align labels to the left */
@media (max-width: 640.98px) {
    .lblForm {
        text-align: start !important;
    }
}

.card-body-login {
padding-left: 2rem!important;
padding-right: 2rem!important;
}

.password-toggle-icon svg {
    position: absolute;
    right: 18px;
    top: 9px;
    width: 18px;
    opacity: .6;
}

.row .btn {
width: 100%
}

.row {
    margin-bottom: 20px
}
