@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

html, body {
    height:100%;
}

.background {
    background-repeat:no-repeat;
    background-position:100% 100% !important;
}

.fullscreen, .content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen, .not-fullscreen .content-a, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

.content-a {
    position:relative;
}

.content-b {
	text-align:center;
}

body{
    margin:0;
    text-align:center;
	font-family: 'Open Sans', sans-serif !important;
}

.logoWrapper {
	position: absolute;
	left: 20px;
	top: 4px;
	display: none;
}

.logoWrapper img {
	width: 350px;
	height: auto;
}

.contentWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top:-2%;
	display: table;
}

.login-outer {
	display: table-cell;
	vertical-align: middle;
}

.login-wrapper {
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 0;
	border-radius: 10px;
	display: none;
	margin: auto;
	width: 475px;
}

.login-head {
	font-size: 35px;
	color: #ef6000;
	line-height: 50px;
	font-weight: 400;
}

.loginForm {
	padding: 20px;
	position:relative;
}

.frmField {
	padding-bottom:13px;
}	

.frmTxtbox {
	height:52px;
	line-height:52px;
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:none;
	padding:0 20px;
	width:95%;
	color:#EF6000;
	font-size:17px;
}

.frmBtm {
	margin: auto;
    padding: 20px 0 20px;
    width: 26%;
}

.loginLnk, .loginLnk:hover, .loginLnk:focus {
	width:110px;
	display:block;
	background:#ef6000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:35px;
	text-decoration: none;	
	float: left;
}

.forgotLnk {
	color: #EF6000;
	text-decoration: underline;
	float: right;
}

.forgotLnk:hover {
	color: #EF6000;
	text-decoration: none;
}

input:invalid, .invalid_box {
	border:1px solid #ff8686!important;
}

.invalid_errors {
	color: #D42D31;
    font-size: 13px;
    line-height: 18px;
	display:none;
}

.invalid_errors_success {
	color: #26BA3B;
}

.loginForm .invalid_errors {
    position: absolute;
	top: -3px;
	width: 100%;
	text-align: center;
	left: 0;
}

.clear {
	clear:both;
	line-height:1px;
}

.content {
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	color: #FFF;
	line-height: 46px;
	text-align: center;
	margin: auto;
    position: relative;
    text-align: center;
    width: 630px;
	display: none;
	margin-top: 15%;
	text-transform: uppercase;
}

.content span {
	z-index:999;
	position:relative;
}

.content img {
	position:absolute;
	display:none;
	right:-20px;
	top:-145px;
	z-index:9;
}

.smallContent {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #FFF;
	margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 630px;
	line-height: 25px;
	display: none;
}

.footer {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.80);
	display: none;
}

.footer span {
	padding: 0 20px;
}

.signBtm a {
	margin: auto;
	float: none;
}

.successMsg, .errorMsg {
	position: absolute;
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.frmPad {
	padding: 20px 0;
}

.signup-wrapper {
	width: 775px;
	padding: 10px 0;
}

.signup-wrapper .frmTxt {
	width: 300px;	
}

.checkbox-label {
	font-size: 13px;
	text-align: left;
	line-height: 24px;
	padding-left: 18px;
	display: block;
}

.checkbox-label-txt {
	line-height: 18px;
}

div.checker { 
	position: relative; 
	display: -moz-inline-box; 
	display: block; 
	vertical-align: middle; 
	zoom: 1; 
	float: left; 
	margin: 0 8px 0 0; 
}

div.checker input { 
	width: 24px; 
	height: 24px; 
	opacity: 0; 
	filter: alpha(opacity:0); 
	display: inline-block; 
	background: none; 
}

div.checker span { 
	background: url(../images/checkbox/check-off.png) no-repeat; 
	height: 21px; 
	width: 21px; 
	display: -moz-inline-box; 
	display: inline-block; 
	text-align: center; 
}

div.checker span.checked { 
	background: url(../images/checkbox/check-on.png) no-repeat; 
}

.checker label {
	display: inline-block;
	cursor: pointer;   
	padding-left: 10px;  
	margin-right: 65px;  
	font-size: 18px; 
	color: #5e5e68; 
	font-family: 'Open Sans', sans-serif;
	padding-top: 3px;
}

.signup-wrapper .login-head {
	font-size: 36px;
}

.checkbox-label a {
	color: #ef6000;
	text-decoration: underline;
}

.checkbox-label a:hover {
	color: #ef6000;
	text-decoration: none;
}

.signup-wrapper .loginForm .invalid_errors {
	top: 0;
}

.loginLnk.signupLnk {
    float: right;
}

.frmField .radios {
	width: 90%;
	margin: auto;
}

.has-js .frmField .label_check, .has-js .frmField .label_radio {
	padding-right: 34px;
}

.frmField .radios label {
	float: left;
}

.loginLnk i.fa {
	font-size: 14px !important;
}

.frmLable {
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 50px;
}

.frmTxt {
    float: left;
    width: 380px;
}

