/* * @package	2b.Simplified * @copyright	Copyright (c) JP Bessette (http://www.jpbessette.com) */main{ padding-top: 10px; }@media (min-width: 768px){	main{ padding-top: 100px; }}.card{	max-width: 400px;	margin: 0 auto;	color: #8399b0;}.form-control-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 Font Awesome\ 5 Pro;	font-weight: 900;	line-height: 46px;	color: #798c9c;}.input-user::before{ content:"\f007"; }.input-pass::before{ content:"\f023"; }.input-mail::before{ content:"\f0e0"; }h1, .card p.version{ text-align: center; }h1{	padding-bottom: 0;	font-size: 36px;	color: #2d8ac7;}form{ margin-top: 15px; }