﻿@charset "utf-8";

.getCashOfferForm {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .getCashOfferForm input {
        background: rgba(255, 255, 255, 0.61);
        border: 1px solid rgb(221, 221, 221);
        margin-top: 8px;
        margin-bottom: 10px;
    }

[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
    /*color: rgb(255, 255, 255);
    background-color: rgb(11, 139, 202);
    text-decoration: none;*/
}

[type="button"], [type="submit"], button {
    color: rgb(11, 139, 202);
}

.golaColor {
    color: rgb(215, 180, 116);
}

.blueColor {
    color: rgb(11, 139, 202);
}

.whiteColor {
    color: rgb(255, 255, 255);
}

.getCashOfferForm input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: rgb(11, 139, 202);
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 30.5px;
}

@media (max-width: 575.98px) {
    .getCashOfferForm input.wpcf7-form-control.wpcf7-submit.has-spinner {
        background-color: rgb(11, 139, 202);
        color: rgb(255, 255, 255);
        font-weight: 500;
        font-size: 16px;
    }

    .getCashOfferForm span.wpcf7-spinner {
        margin-bottom: -10px;
    }
}

.getCashOfferForm input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: rgb(215, 180, 116);
}

#aminForm input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-align: center;
    width: 100%;
    margin-bottom: -21px;
    margin-top: 20px;
}
