body {
    font-family: 'Lato', sans-serif;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}

/*not used*/
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
/*form button*/
.form-submit-button {
    font-family: PT Sans Narrow, sans-serif;
	text-align:center;
	color:white;
}
.form-submit-button {
    font-size: 0.7em;
    padding: 9px 15px;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.form-submit-button {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
,form-submit-button {
    font-size: 0.7em;
    padding: 9px 15px;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.form-submit-button {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
@media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape)
.form-buttons-wrapper button {
    width: 100%;
}
@media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape)
.form-buttons-wrapper button {
    width: 100%;
}
.form-buttons-wrapper button {
    vertical-align: middle;
}

.form-submit-button {
    outline: none;
    text-transform: uppercase;
}
.form-submit-button {
    cursor: pointer;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    padding: 8px 18px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: -1px -1px 0px #d85d00;
    border: 1px solid #d85d00 !important;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffcc7a;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffcc7a;
    box-shadow: inset 0px 1px 0px 0px #ffcc7a;
    background: #ff6c00;
    background: -moz-linear-gradient(top, #faa51a 0%, #ff6c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa51a), color-stop(100%,#ff6c00));
    background: linear-gradient(top, #faa51a 0%, #ff6c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#ff6c00', GradientType=0 );
}
.form-submit-button {
    color: #fff;
    font-size: 0.7em;
    margin-top: 12px;
    margin-bottom: 12px;
}