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;
}
h1 {
	background: center url(../img/logo.png) no-repeat;
	background-color: transparent;
	background-size: contain;
	height: 150px;
	outline: 0; text-indent: -9999px;
	margin-bottom: 10px;
}
h3, label {
	color: #FFF;
}
a { color: #FFF; }
a:hover {
	color: #337ab7;
	text-decoration: none;
}
footer {
	width: 100%;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 5px 10px;
}