html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
	
}



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

.form-group label { display: block; }
.form-group .form-control { display: initial; width: initial; }



.form-heading {
	margin-bottom: 30px;
}

#login {	
	margin-top: 80px;
	margin-bottom: 80px;
}
#login form {
	max-width: 380px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid rgba(0,0,0,0.1);  
}
#login .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	/**/display: block !important;/**/
	/**/width: 100% !important;/**/
}
#login input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#login input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}



.disabled, :disabled { cursor: not-allowed; }
a.disabled, a:disabled, span.disabled, span:disabled { filter: grayscale(75%); }

.required:after, :required:not([type='checkbox']):after { content: "*"; color: red; font-weight: bold; }



.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.footer > .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
.container-fluid .text-muted {
	margin: 20px 0;
}