/** Login page **/
/** B R T L **/

div.content {
	width:80% !important; 
	height:350px;
	margin: 0px auto;
	border-radius:1.25rem;
}

div#users_login{
	width: 60% !important;
	margin: 50px auto 0px auto !important;
}

div#login_content {
	display:flex;
	flex-direction: row;
	width: 100% !important;
	max-height:30rem;
	margin:0 !important;
	padding:0 !important;
	flex-wrap: no-wrap;
	align-content: center;
}

div#login_welcome {
	width: 100% !important;
	height: auto;
	display:inline-block !important;
	margin: 0px auto 10px auto;
	padding: 5px;
	text-transform: uppercase;
}

div#login_welcome h1 {
	color: #000 !important;
	font-family: Railway;
	font-weight: 1000;	
	text-align:center;
}	

div#logo_bg {
	display:inline-block;
	width:50% !important;
	margin-top:10px;	
}

div#logo_bg img {
	display:block;
	width:250px;
	margin: 10px 30px;
	
}

div .messagebox {
	display:block;
	width:100%;
	height:2rem;
	overflow:none;
}

div#users_login .form {
	display: inline-block;
	width:50% !important;
	min-height:200px;
	max-height:275px;
	padding: 3.5rem;

}

/*div#users_login .form form {
	margin-top: 15%;
}
*/
div#users_login form label {
	color: #000;
	text-transform: uppercase;
	font-weight: bold !important;
	text-align:left !important;
}
div button, .login_button {
	float:none !important;
	width:10rem !important;
	margin: 0px auto 5px auto !important;
	background-color: #bf311a !important;
	border:1px solid #000;
}

div button:hover, button:hover, .login_button:hover {
	width:10rem !important;
	background-color: #404041 !important;
}

div .formfields {
	margin-top:60px;
}