/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#wpcrlRegisterForm .alert, #wpcrlLoginForm .alert, #wpcrlResetPasswordSection .alert{
 font-size: 14px;
}

.wpcrl-loader{
 font-size: 12px;
 padding: 10px 0;
}
.wpcrl-loader img{
 padding-right: 8px;
}

.wpcrl-required-asterisk{
    color: #ff0000;
}

button.forgot,.login-block .form p a {color:#000}
button.forgot {
    background: transparent;
    border: 0;
}
.login-block .forgot1 , .forgot1 {
    width: 100%;
    background: #003c00;
    
    text-align: center;
    padding: 10px 10px;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
  
  
  
}
 .forgot2, .login-block .forgot2 {
    width: 100%;background:transparent;
    background: #003c00;

    text-align: center;
    padding: 10px 10px;
    border: 0;
    color: #fff;
    cursor: pointer;
  
    
}