p
{
    color: #231F20;
    font-family: 'robotolight';
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px;
    text-align: left;
}

.lbl
{
    color: #231F20;
    display: block;
    font-family: 'robotolight';
    font-size: 18px;
    line-height: 40px;
}
.txt
{
    background: none repeat scroll 0 0 #F1F1F1;
    border: medium none;
    border-radius: 5px;
    display: block;
    font-family: 'robotolight';
    font-size: 18px;
    height: 45px;
    width: 571px;
}
.dropdown
{
    height: 40px;
    padding: 5px;
    width: 561px;
}
h1
{
    color: #231F20;
    font-family: 'Roboto Condensed' ,sans-serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: normal;
    margin: 20px 0;
    text-transform: uppercase;
}
h1 span
{
    color: #ED1C24;
    font-family: 'Roboto Condensed' ,sans-serif;
    font-weight: 700;
}
.subBtnBGF {
    background: none repeat scroll 0 0 #ED1C24;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.capatcha{
	text-align: center;
}
.g-recaptcha {
  display: inline-block;
}
