/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Login page */

body{
	background-color: #000;
	padding: 0px;
	font-family: 'Montserrat';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color: #666;
	font-size: 18px;
	    background-color: #1D5D7C;
	
}

@media (min-width: 410px){
	body.upgrade-login .focus-container {
		position: absolute;
		z-index: 1;
		left: 50%;
		margin-left: -205px;
	}
	body.upgrade-login .bg-overlay {
		background: rgba(51, 51, 51, 0.59);
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
}



body.upgrade-login{
	background:url('../images/login/upgrade-login-bg.png');
	background-size: cover;
}

a{
	color: #005696;
	text-decoration: none;
}
a:hover{
	color: #004477;
	text-decoration: underline;
}
#login{
	max-width:380px;
	position: relative;
	display: block;
	margin:0 auto;
	/*margin-top:100px;*/	
	padding:15px;
	background-color: #fff;
	border-radius: 4px;
	/*border:1px solid #e3e3e3;*/
}
:root #login{
	width:380px \ ;
}
h1{
	font-size:22px;
	font-weight: bold;
	color: #333;
	display: block;
	text-align: center;
	/*border-top: 1px solid #f1f1f1;*/
	margin:0px 0 13px 0;

	padding-top:20px;

}

#logo2 {
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top:80px;
    margin-bottom:20px;
    width:200px;

}

#Line {
	width: 330px;
	height: 2px;
	border: solid 1px #979797;
}

#logo2{
    width:200px;
}

#error {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
	color: red;
}
#intro{
	font-size:16px;
	line-height: 20px;
	display: block;
	margin-bottom:30px;
	padding:0 15px;
	text-align: center;
}
#reset{
	font-size:15px;
	line-height: 26px;
	display: block;
	border-top: 1px solid #f1f1f1;
	margin-top:20px;
	padding:40px 10px;
	text-align: center;	
	margin-top: 28px;
	padding-top:15px;
	padding-bottom:0;
}
#msa_or {
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 15px;
	text-align: center;
}
#msa {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 30px;
	padding: 0 5px;
	text-align: center;
}
input{
	margin:0;
	width:85%;
	height: 100%;
	float:left;
	display: block;
	font-size:18px;
	padding:0px 15px;
	padding-left:10px;
	border-left:0;
	background-color:#fff;
	border:0;
	border-radius: 0px 4px 4px 0px;

	outline: none;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;		
}
input[type=text]:focus, input[type=password]:focus {
	box-shadow: 0 0 5px rgba(136, 203, 241, 1);
	border: 1px solid rgba(136, 203, 241, 1);
}

#email-box,#email_box,  #password-box,#lastName-box,#fisrtName-box,#ref-box{
	width:100%;
	height:55px;
	display: block;
	clear:left;
	margin-bottom:9px;	
	border:1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;		
}

#new-login-gb, #new-signup-gb{
	width: 100%;
	height: 100%;
	padding-top: 80px;
	background-image: url('../images/signup/backgroundImageGB.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#new-login-ca, #new-signup-ca{
	width: 100%;
	height: 100%;
	padding-top: 80px;
	background-image: url('../images/signup/backgroundImageCA.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#new-login-default, #new-signup-default{
	width: 100%;
	height: 100%;
	padding-top: 80px;
}

 
#email-box span,#email_box span,#ref-box span,  #password-box span,#lastName-box span,#fisrtName-box span   {
	display:block;
	float:left;
	width:15%;
	height: 100%;
	background-color: #f1f1f1;
	border-radius:4px 0px 0px 4px;
}
/*
#email-box span{
	background:url('../images/login/icon-email.png') no-repeat #fff 17px 17px;
}
#password-box span{
	background:url('../images/login/icon-elock.png') no-repeat #fff 17px 12px;
}

input[type='checkbox']{
	margin: 0;
	padding: 0;
	width: 25px;
	height: 18px;
	float:left;
	cursor: pointer;
	border: 0;
    display: inline-block;
    vertical-align: top;
}
label{
	margin-top:8px;
	float:left;
	cursor: pointer;
}
*/
.buttonCSS{
	background-color: #4ea3d3;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    border: 0;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    background: #44AFEC;
}
.buttonCSS:hover{
	background-color: #218AC5;
}
.buttonCSS:active{
	background-color: #4ea3d3;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

button{
	background-color: #4ea3d3;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    border: 0;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    background: #44AFEC ;
}
button:hover{
	background-color: #218AC5;
}
button:active{
	background-color: #4ea3d3;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
#signup{
	font-size:14px;
	color: #fff;
	max-width:400px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top:40px;
}
#signup > a{
	color: #fff;
	border-bottom:1px solid #ccc;
}
#signup > a:hover{
	text-decoration: none;
	border-bottom:1px solid #fff;
}
.remember-container {
	margin-top: 10px;
}
.remember-container label {
	display: inline;
    float: none;
    vertical-align: top;
    margin-top: 20px;
}

@media (max-width: 600px){
	#logo2{
		margin-top:10px;
		width:150px;
	}
	h1{
		padding-top:10px;
		margin-bottom:5px;
		font-size:18px;
		line-height: 1.2;
	}
	#login{
		padding:15px;
	}
	#intro{
		margin-bottom:20px;
		line-height: 1.2;
		font-size:14px;
		padding:0;
	}
	#reset{
		font-size:16px;
		line-height: 18px;
		padding:10px 0px;
	}
	#reset{
		padding-bottom:0px;
		font-size:14px;
	}
	#login{
		margin-top:0;
	}
	#signup{
		font-size:11px;
		margin-bottom:20px;
	}
	label{
		margin-top:10px;
	}
}

select#signup_select{
   
    background-position: calc(100% - 0px) calc(1em + -14px), calc(100% - 16px) calc(1em + 5px), 100%;
    border: thin solid #ddd;
    font-family: "Helvetica", Arial, sans-serif;
    padding: 0.5em 3.5em 0.5em 1em;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    font-size: 14px;
    color: #7A7A7A;
}

select#signup-select{
   
    background-position: calc(100% - 0px) calc(1em + -14px), calc(100% - 16px) calc(1em + 5px), 100%;
    border: thin solid #ddd;
    font-family: "Helvetica", Arial, sans-serif;
    padding: 0.5em 3.5em 0.5em 1em;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    font-size: 14px;
    color: #7A7A7A;
}

.influence-text{
    margin-bottom: 8px;
    color: #605F5F;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'Helvetica';
}


.login-title{
	font-size: 27px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
	font-family: 'RealTextOffc-Light';
	text-align: center;
}

.promo-optIn-text{
	margin-bottom: 5px;
	color: #605F5F;
	font-size: 16px;
	margin-top: 5px;
	font-family: 'Helvetica';
}

.resetPassword{
	background: #44AFEC !important;
}

.menu {
	display: table;
	width: 100%;
	margin: 10px 0px 20px 0px;
}

.menu li {
	display: table-cell;
	margin: 0px;
	vertical-align: top;
	color: #605F5F;
	font-size: 16px;
	font-family: 'Helvetica';
}

.promo-text{
	padding-left: 5px;
}
.signup-button{
	background: #44AFEC !important;
}

.info-list {
	list-style: initial;
	margin: 5px auto;
	width: 237px;
	font-size: 15px;
}

.info-list li {
	margin-bottom: 4px;
}

.info-list a {
	color: inherit;
	text-decoration: underline;
}
