#quick-signup{
    position: relative;
    padding: 0;
}
#quick-signup.processing:before {
    content: 'Checking your details...';
    position: absolute;
    background: white;
    height: 100%;
    width: 100%;
    z-index: 100;
    opacity: 0.9;
    color: black;
    text-align: center;
}

#quick-signup.loading:before {
    content: 'Preparing your CRM system, please wait...';
    position: absolute;
    background: white;
    height: 100%;
    width: 100%;
    z-index: 100;
    opacity: 0.9;
    color: black;
    text-align: center;
}


.loading-message{
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: black;
    opacity: 0.95;
    display: none;
}

.loading-message p{
    text-align: center;
    margin: 0;
    font-size: 28px;
}

#quick-signup-form{

}

#quick-signup-form .quick-signup-row{
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

#quick-signup-form .quick-signup-row.recaptcha-row{
    width: 303px;
}

#quick-signup-form .quick-signup-row.recaptcha-row.field-error:after{
    display: none!important;
}

#quick-signup-form .recaptcha-row label.error{
    margin-top: 0!important;
}

#quick-signup-form .quick-signup-field{
    display: block;
    position: relative;
    /* max-height: 63px; */

}

#quick-signup-form .quick-signup-field p{
    margin: 0;
}

#quick-signup-form .quick-signup-field-half{
    width: 49%;
    float: left;
}

#quick-signup-form .quick-signup-field-half:last-child{
    margin-left: 2%;
}

#quick-signup-form label.error{
    width: 100%;
    /* background: red; */
    min-height: 20px;
    height: auto;
    padding: 0 1%;
    font-size: 12px;
    line-height: 20px;
    color: #EC8A8A;
    font-weight: bold;
    margin-top: -5px;
}

#quick-signup-form label.warning{
    width: 100%;
    /* background: orange; */
    height: 20px;
    padding: 0 1%;
    font-size: 12px;
    line-height: 20px;
    color: orange;
    font-weight: bold;
    margin-top: -5px;
}

#quick-signup-form label a{
    text-decoration: underline;
}

#quick-signup-form .quick-signup-field-half label.error{
    width: 98%;
}

#quick-signup-form .field-error:after,
#quick-signup-form .field-valid:after{
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 25px;

}

#quick-signup-form input[type="text"],
#quick-signup-form input[type="email"],
#quick-signup-form input[type="password"]{
    /* color: #000; */
    /* border-color: #ccc; */
}

/*
#quick-signup-form input[type="submit"]{
    height: 60px;
}
*/

#quick-signup-form input[type="submit"]:hover{
    opacity: 0.85;
}

#quick-signup-form .field-valid input{
    border-color: #95bf03;
}

#quick-signup-form .field-valid:after{
    content: '\f058';
    color: #95bf03;
}

#quick-signup-form .field-warning input{
    border-color: #efbd77;
}

#quick-signup-form .field-warning:after{
    content: '\f059';
    color: #efbd77;
}


#quick-signup-form .field-error input{
    border-color: #EC8A8A;
}

#quick-signup-form .field-error:after{
    content: '\f057';
    color: #EC8A8A;
}



.signup-message{
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
}

.signup-message.signup-message-error{
    background-color: red;
    color: white;
}

@media screen and (max-width: 540px) {
    #quick-signup-form .quick-signup-field-half{
        width: 100%;
        margin-left: 0!important;
    }
    #quick-signup-form .quick-signup-field-half:first-child{
        margin-bottom: 10px;
    }
}

.grecaptcha-badge{
    z-index: 1;
}
