.userPassword {
    border-right: none;
}

.passwordView {
    background-color: white;
    border-left: none !important;
    cursor: pointer;
    border: 1px solid #e0e0ef;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 12px 22px;
}

.brandLogo{
    background: var(--primary);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

.form-control{
    border-radius:2px !important;
    font-weight:bold;
    font-size:0.9375rem;
}

.form-control:focus{
    border-color:var(--primary) !important;
}

#emailInputTitle, #passwordInputTitle{
    transition:0.3s;
}

.text-primary{
    color:black;
}


/* .ui-mprogress, .indeter-bar {
    height: 5px !IMPORTANT;
}

.bar-bg {
    height: 10px !IMPORTANT;
}

#progressRow{
    margin-top:16px;
    margin-bottom:16px;
    padding: 16.5px 0px;
} */