.container-white {
	margin: auto;
	width: 25%;
	text-align: center;
	position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}

body {
	background-color: #eee;
}

footer {
	position: absolute;
	bottom: 0px;
}

.form-control {
	margin-bottom: 10px;
}