html {
	height: auto;
	background-color: transparent;
}

.login-page {
	height: 100%;

	#background: url("/img/20170724_202834.jpg") no-repeat center center fixed; 
	#-webkit-background-size: cover;
	#-moz-background-size: cover;
	#-o-background-size: cover;
	#background-size: cover;
}

.login-box {
	background-color: #2d353d;
	padding: 20px;
}

.login-button {
	background-color: #00b14d;
	color: white;
}

.switch-page {
	color: #ffffff;
}

.switch-page:hover {
	text-decoration: none;
	color: white;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(238, 238, 238, 0.1), rgba(0, 0, 0, 0));
}