/* --------------------- Форма регистрации --------------------------- */

.nc_auth_login_check, .nc_auth_pass2_check 

{ margin-left: 15px; font-weight: bold; 
display: none;}

.nc_auth_pass1_check 
{ margin-left: 5px; font-weight: bold; display: none;}

#nc_auth_pass1_security 
{ margin-left: 15px; display: none;
}

#nc_auth_login_ok, #nc_auth_pass2_ok { 
background-color: #349434;
color: #ffffff; font-weight: 400; 
width: fit-content;
padding: 10px;
margin: 10px 0px 10px 0px;
border-radius: 5px;
}

#nc_auth_login_fail, #nc_auth_pass2_fail { 
background-color: #be072f;
color: #ffffff; font-weight: 400; 
width: fit-content;
padding: 10px;
margin: 10px 0px 10px 0px;
border-radius: 5px;
}

#nc_auth_pass1_s1 {
color: #FF0000; 
}

#nc_auth_pass1_s2 {
color: #ddcc11; 
}

#nc_auth_pass1_s3 {
color: #8cd750; 
}

#nc_auth_pass1_s4 {
color: #088A08;
}

#nc_auth_pass1_empty, #nc_auth_pass_min {
margin-left: 15px; font-weight: bold; display: none; color: #FF0000; 
}

.reg-btn-submit {
background-color: #be072f;    
}


/*----------------------- Форма заявки на сотруудичество --------------------- */
.send-request {}



.send-request .btn-send-request {
border-radius: 6px; border: 0px;
padding: 7px 20px 7px 20px;
font-size: 1.15em;
margin: 20px 0px 20px 0px;
background-color: #6e90a0;
}

.send-request .btn-send-request:hover {
background-color: #33434b;

}