.error_msg{
    display: none;
    color: #e85347; 
    background-color: #fceceb!important; 
    border-color: #fceceb; 
    font-family: Roboto, sans-serif; 
    font-size: 10.8px; 
    font-weight: 500; 
    letter-spacing: 0.108px; 
    padding: 1px 6px; 
    margin-top: 5px;
}

.password_requirements{
    display: none;
    margin-top: 12px;
}

.req_list{
    margin-top: -3px;
}

.password_requirements div span.active{
    color: #02af02;
}