html,
body {
	width: 100%;
	height: 100%;
	background-color: #29313C;
	background-image: url('../images/bg_entrance.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.login-panel {
	height: 100%;
	position: relative;
	background-color: rgba(255,255,255,0.0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
}

.login-panel .logo-container {
	text-align: center;
	margin: 50px auto;
}

.login-panel .logo-container img {
	width: 150px;
	height: 150px;
	border-radius: 10px;
}

.login-panel .login-form {
	position: relative;
	padding: 20px;
	color: #212112;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #000;
}

.login-panel .login-form .login-fields {
	margin-top: 10px;
}

.login-panel .login-form .row {
	margin-bottom: 10px;
}

.mtop-10 {
	margin-top: 10px;
}

.alert {
	margin-bottom: 0px;
}

.modal {
	color: #000;
}

#reset-notification-center .alert {
	margin-bottom: 10px;
}
