body {
	background: url('../images/bg.png');
}

.login_container {
	height: 180px;
	margin: auto;
	text-align: center;
}

.login_container h1 {
	font-size: 27px;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.login_box {
	display: inline-block;
	background: #fff;
	padding: 35px;
	margin-top: 15px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.login_box .btn-custom {
	background: #14b467;
	color: #fff;
	font-weight: bold;
	padding: 4px 22px 4px 22px;
	width: 85px;
	text-align: center;
}

.form-inline .form-group {
	margin-right: 10px;
}

.form-inline .form-group .form-control {
	border-radius: 2px;
	height: auto;
	padding: 3px;
	padding-left: 8px;
	font-size: 16px;
}

.alert {
	padding: 5px;
	margin: 0;
	margin-top: 25px;
}