body {
    font-family: 'Lato', sans-serif;
    background: black;
}
h1 {
    margin-bottom: 40px;
}
label, p {
    color: rgba(190, 186, 186, 1);
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.logo {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-size: 50px;
	background-image: url("/_images/W337_logo.png");
}
.photo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("/_images/bg.jpg");
	background-repeat: no-repeat;
}
#container {
   margin: 20 auto;
}