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


 #wpcrlRegisterSection,
 #wpcrlAlreadyLoggedSection,
 #wpcrlLoginSection,
 #wpcrlResetPasswordSection {
   padding: 50px 0;
 }

 #wpcrlRegisterSection {
    min-height: 551px;
 }
 
 #wpcrlRegisterForm .register-form-row,
 #wpcrlLoginForm .register-form-row,
 #wpcrlResetPasswordSection .register-form-row {
   padding: 20px 0;
 }
 
 #wpcrlRegisterForm .row,
 #wpcrlLoginForm .row,
 #wpcrlResetPasswordSection .row {
   padding-left: 15px;
 }
 
 #wpcrlRegisterForm .form-group,
 #wpcrlLoginForm .form-group,
 #wpcrlResetPasswordSection .form-group {
   margin: 15px 0;
 }
 
 #wpcrlRegisterForm .form-group.has-error input,
 #wpcrlLoginForm .form-group.has-error input,
 #wpcrlResetPasswordSection .form-group.has-error input {
   border: 1px solid #E30613;
 }
 
 #wpcrlRegisterForm .form-group.has-error .help-block,
 #wpcrlLoginForm .form-group.has-error .help-block,
 #wpcrlResetPasswordSection .form-group.has-error .help-block {
   color: #E30613;
 }
 
 #wpcrlRegisterForm input,
 #wpcrlLoginForm input,
 #wpcrlResetPasswordSection input {
   display: block;
   width: 80%;
 }
 
 #wpcrlRegisterForm .checkbox-terms,
 #wpcrlLoginForm .checkbox-terms,
 #wpcrlResetPasswordSection .checkbox-terms {
   display: inline-block;
   margin-right: 10px;
   width: auto;
 }
 
 #wpcrlRegisterForm label,
 #wpcrlLoginForm label,
 #wpcrlResetPasswordSection label {
   display: inline-block;
   margin-bottom: 10px;
 }
 
 #wpcrlRegisterForm .billing__column-right,
 #wpcrlLoginForm .billing__column-right,
 #wpcrlResetPasswordSection .billing__column-right {
   margin-top: 25px;
 }
 
 #wpcrlLoginForm .row:last-of-type {
   margin-bottom: 30px;
 }

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

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

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

#wpcrl-login-submit-btn:disabled {
    background-color: #CCC;
    border-color: #d23f12;
}

#wpcrl-login-submit-btn:disabled:hover {
    background-color: #CCC;
    cursor: default !important;
}

#wpcrl-reset-submit-btn:disabled {
    background-color: #CCC;
    border-color: #d23f12;
}

#wpcrl-reset-submit-btn:disabled:hover {
    background-color: #CCC;
    cursor: default !important;
}

#wpcrl-register-submit-btn:disabled {
    background-color: #CCC;
    border-color: #d23f12;
}

#wpcrl-register-submit-btn:disabled:hover {
    background-color: #CCC;
    cursor: default !important;
}

.alert.alert-danger {
    padding: .4em;
    border-left: 3px solid #d23f12;
    margin: .4em 7.5em.6em 0;
    background-color: #ffe0e0;
}

.alert.alert-success {
    padding: .4em;
    border-left: 3px solid #13c460;
    margin: .4em 7.5em.6em 0;
    background-color: #13c46030;
}

#btnForgotPassword {
    margin-top: 12px;
}

#btnReturnToLogin {
    margin-top: 12px;
}

div#login {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

small.help-block[data-fv-result="INVALID"] {
    display: block !important;
    margin-left: 4px;
}

#wpcrlAlreadyLogged {
    padding-top: 50px;
}