/**
* Custom css
*/
#overlay {
    background-color: rgba(220, 220, 220, 0.8);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#overlay .preloader-wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
}

.form-error {
    color: #D8000C;
    font-size: 11px;
}

div.form-error {
    margin-top: -16px;
    text-align: right;
}

[type="checkbox"] + label {
    height: 34px;
    margin-bottom: 20px;
    margin-top: 34px;
}

.card-text label {
    font-size: 1rem;
}


/**
* responsive
*/

@media only screen and (max-width: 1199px) {
    [type="checkbox"] + label {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 992px) {
    [type="checkbox"] + label {
        margin-top: 29px;
    }
}

@media only screen and (max-width: 768px) {

    .buttons-custom-responsive>.btn {
        margin-bottom: 5px;
        width: 100% !important;
        float: none !important;
    }
}

@media screen and (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (min-width: 575px) and (max-width: 768px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}