.userPassword {
    border-right: none;
}

/* #formContainer{
    margin-right:20%;
    margin-left:20%;
} */

.background{
    background: linear-gradient(45deg, rgba(190,32,38,1) 45%, rgba(225,189,5,1) 100%);
    /* background: linear-gradient(45deg, rgba(190,32,38,1) 63%, rgba(225,189,5,1) 100%); */
}

.card{
    -webkit-box-shadow: 4px 5px 25px 1px rgba(0,0,0,0.5);
    box-shadow: 4px 5px 25px 1px rgba(0,0,0,0.5);
}

.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;
}

#logo{
    height:110px;
    /* background: url("../../assets/image/logo/logo.png"); */
    background: url("../../assets/image/logo/qubecrm-logo-black-yellow.svg");
    background-position:left 30px center; 
    background-repeat: no-repeat;
    background-size: 75%;
}

.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;
} */