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

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}

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

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

@media only screen and (min-width: 760px) {
	.vl {
	  border-left: 2px solid #a72828;
	  height: 550px;
	}
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #a72828;
    border-color: #a72828;
}

.btn-success {
    color: #fff;
    background-color: #a72828;
    border-color: #a72828;
}

.btn-success:hover,
.btn-success:focus {
	color:#fff;
	background-color:#882821;
	border-color:#7e291e;
}