#login-form {
	position: relative;
	height: 100%;
	background-color: #323232;
}
#login-form .login {
	position: absolute;
	z-index: 2;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 95%;
	max-width: 300px;
	margin: auto;
}
#login-form input {
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	border: 1px solid #F2292D;
	background-color: rgba(242,41,45,0.00);
}

#login-form button {
	margin-top: 10px;
	background-color: #F2292D;
	color: #FFFFFF;
}
#login-form .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .1;
	background: url(https://assets.durabulltrailers.com/global/v3/resources/img/global/global-header.png) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: blur(5px);
  -webkit-filter: blur(5px);
}
.notice {
	display: block;
	padding: 0px 0px 25px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
