body {
	background: center url(../img/bg-main.png) no-repeat;
    background-size: cover;
    width: 100%; height: 100vh;
}
div.col-login {
	min-height: 400px;
	padding: 10px;
	overflow: hidden;
}
h2, h3, label {
	color: #FFF;
}
h3 {
	font-size: 20px;
}
a { color: #FFF; }
a:hover {
	color: #2E79DF;
	text-decoration: none;
}
footer {
	width: 100%;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 5px 10px;
}