body {
	padding-top: 40px;
	padding-bottom: 40px;

	background: url('/media/images/max_bg.png');
}
.well{
	max-width: 338px;
	margin: 0 auto 20px;
}
.well p{
	font-weight: bold;
	text-align: center;
}
.well .portal-url{
	text-align: center;
}
.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #08c;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
	width: 280px;
}
.form-signin .reset-password a{color:#fff;}
.form-signin .reset-password a:hover{color:#ddd;}
.form-signin .reset-password{padding:10px;}

.alert-error{background-color: #fff!important;}
.alert-error p{font-weight: bold;}
.alert-error ul{list-style-type: none;margin:0;}