body {
    font-family: 'Lato', sans-serif;
	background-color: #000;
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h1 {
    margin-bottom: 42px;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 35px;
}
.white {
    margin-bottom: 42px;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 21px;
}

.white2 {
    margin-bottom: 42px;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 28px;
}

label {
    color: #FFF;
}

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

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