@import url(https://fonts.googleapis.com/css?family=Raleway:200,100);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
body
{
	font-family: 'raleway', sans-serif;
	font-weight: 200;
	background: #343434 url(/images/squaresbg.png) center no-repeat;
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.errspan
{
    float: right;
    margin-right: 6px;
    margin-top: -37px;
    position: relative;
    z-index: 2;
    color: #40ac48;
}
#loginContent
{
	color: rgba(255,255,255,0.9); 
}
.form-control:focus {
    border-color: #40ac48;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(64,172,72,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(64,172,72,.6);
}
#oneCode-search
{
	display: none;
}
#password
{
	background-position: 150% 50% !important;
}
.copyFooter
{
	color: rgba(255,255,255,0.4);
	font-family: 'raleway', sans-serif;
	font-weight: 100;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	margin-top: 70px;
	width: 100%;
}
#loginContent input
{
	font-family: 'FontAwesome', 'Open Sans';
	font-weight: 300;
	background: rgba(0,0,0,0.4);
	width: 100%;
	color: rgba(255,255,255,0.9);
    border-radius: 0px;
    border: 0px;
}
#loginContent .btn-lg
{
	width: 100%;
    border-radius: 0px;
    border: 0px;
}
.version
{
	color: rgba(255,255,255,0.4);
	font-family: 'raleway', sans-serif;
	font-weight: 100;
	font-size: 1.3em;
	text-align: right;
	position: relative;
	top: -80px;
	right: 30px;
	margin: 0 auto;
}
.LogoContainer
{
	max-width: 568px;
	top: 30px;
	padding-top: 20px;
	min-height: 45px;
	margin: 0 auto;
}
.LogoContainer > img
{
	max-width: 600px;
	z-index:5;
}