/*
 * @package	2b.Simplified
 * @copyright	Copyright (c) JP Bessette (http://www.jpbessette.com)
 */

section{ padding-top: 10px; }
@media (min-width: 768px){
	section{ padding-top: 100px; }
}
.panel{
	max-width: 400px;
	margin: 0 auto;
	color: #8399b0;
}
.input-lg{
	padding: 10px 10px 10px 46px;
	box-shadow: none;
	font-size: 16px;
}
.form-group::before{
	position: absolute;
	width: 46px;
	display: inline-block;
	text-align: center;
	font: 20px "Glyphicons Halflings";
	line-height: 46px;
	color: #798c9c;
}
.input-user::before{ content:"\e008"; }
.input-pass::before{ content:"\e033"; }
.input-mail::before{ content:"\2709"; }

h1, .panel p.version{ text-align: center; }
h1{
	padding-bottom: 0;
	font-size: 36px;
	color: #2d8ac7;
}
form{ margin-top: 15px; }