.header {
	border-bottom: 25px solid #339ccd;
	padding-bottom: 10px;
}

h2 {
	text-align: center;
	margin: 50px 0 30px 0;
	text-transform: uppercase;
	font-weight: bold;
}

p {
	text-align: justify;
}

.form-horizontal {
	max-width: 500px;
	margin: 50px auto 0 auto;
}

.btn {
	display: inline-block;
	width: 100%;
	padding: 6px 12px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #d3d3d3;
	background-color: #f9f9f9;
	color: #339ccd;
	-webkit-transition: background-color .15s;
	-moz-transition: background-color .15s;
	-o-transition: background-color .15s;
	transition: background-color .15s;
}

.btn:hover {
	background-color: #f2f2f2;
}

a.lost-password {
	margin-left: 13px;
}

a.underline:hover {
	text-decoration: underline;
}

.alert {
/*	display: none;*/
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
	background-color: #ff3f48;
	padding: 20px;
}

.form-error {
	color: #ff3f48;
}

/**************/
/* Responsive */

@media screen and (max-width: 1100px) {
	.header .header-container {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 18px;
	}
}
