﻿fieldset div {
    margin-bottom: 10px;
}

.btn-info.submit {
    background-color: #BD1721;
    border: none;
    color: #fff !important;
    font-weight: normal;
    font-size: 22px;
}


    .btn-info.submit:hover, .btn-info.submit:active {
        background-color: #1E71BA;
        border: none;
        color: #fff !important;
    }

.form-control {
    font-size: 20px !important;
}

.g-recaptcha {
    margin-left: 10px !important;
}

.fa-check-square-o {
    font-size: 75px !important;
    color: #BD1721 !important;
    display: block !important;
    text-align: center !important;
}

.thankText {
    text-align: center;
    font-size: 32px;
    /*color: #242568;*/
    font-weight: bolder;
}

sup {
    color: red;
}

@media (max-width:768px) {
    .form-control {
        width: 100% !important;
    }
}