.rf-LeadForm_Title{
    margin: 16px 0;
}

.rf-LeadForm_Label,
.rf-LeadForm_CheckBoxLabel{
    font-weight: normal;
}

.rf-LeadForm_CheckBoxLabel{
    display: inline-block;
    line-height: 18px;
    top: -1px;
    position: relative;
}

.rf-LeadForm_Input,
.rf-LeadForm_Select{
    margin-bottom: 0 !important;
}

#remax_form .rf-LeadForm_SendButton{
    /* background: #e8212d url(../images/rf-LeadForm_SendButton.png) no-repeat center center !important; */
    background-color:#e01c2f;
    font-family: "Galano Grotesque";
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    display: block;
    width: 200px;
    height: 40px;
    padding:0;
    border:0;
    border-radius: 0;
}
#remax_form .rf-LeadForm_SendButton:hover{
    background-color:#fff;
    color:#e01c2f;
    border:1px solid #e01c2f;
}

@media (min-width:768px){
    #remax_form .rf-LeadForm_SendButton{
        font-size: 25px;
        color:#fff;  
        display: block;
        width: 290px;
        height: 60px;
    }
 }


.rf-LeadForm_Label-checkbox {
    line-height: normal;
}

.rf-LeadForm_PleaseWait {
    display: none;
    text-align: center;
}

.rf-DisplayNone { display: none !important; }

