

body {
	margin:0;
	padding:0;
}

input,input:focus,input:active{
	outline:none;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

/*.bg-img {
	content:"";
	margin:0;
	padding:0;
// 	background-image:url(img/classicBg.png);
	background-repeat:none;
	background-color: #222;
	background-size: cover;
	background-position: center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	height:100%;
	width:100%;
	position: absolute;
	background-attachment: fixed;
	position: fixed;
	z-index:0;
	top:0;
	left:0;
	background-repeat: none;
}*/

/*.content {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	color:#fff;
	font-size:14px;
	font-weight: 300;
	width: 100%;
	min-height: 100%;
	z-index: 0;
	position: absolute;
}*/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

p {
	margin:10px 0;
	line-height: 1.5em;
}

.announcement-bar {
	width: 100%;
	/*background: #000;
	background: rgba(0, 0, 0, 0.85);*/
	background: #60BF60;
	text-align: center;
	padding: 6px 0;
	position: relative;
	z-index: 2;
}

.announcement-bar .announcement{
	margin:0;
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0 1pt rgba(0, 0, 0, .5);
}

.box-wrapper {
    width: 432px;
    margin: 50px auto 50px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.box {
	background: black;
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
} 	

.box-container {
    width: 100%;	
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.box-inner {
	width:96%;
	margin: 40px 2% 0;
}

.site-title {
	padding:0 0 20px;
	margin: 0;
}

.site-logo {
	padding:0 0 0;
	width: 70%;
	max-width: 352px;
	margin: 0 auto;
	max-height: 352px;
/*	width: 100%;
	max-width: 352px;
	margin: 0 auto;
	max-height: 352px;*/
}

.site-logo img{
	padding:0 0 30px;
	max-width:100%;
}

.site-tagline {
	margin:0 0 10px;
	font-weight:600;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 300;
}

.site-description {
	line-height:1.5em;
	margin: 20px 0;
}

.sign-up-container {
	position: relative;
	width: 80%;
	margin: 5px auto;
}

.sign-up-container-inner {
    margin: 0 0 30px;
    width: 100%;
}

.sign-up-label {
	font-style: italic;
}

input[type="text"].sign-up-input,input[type="email"].sign-up-input,input[type="password"].sign-up-input,input[type="tel"].sign-up-input {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	background-color: #1D1C19;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(top, #eeeeee, #ffffff);
  height: auto;
	font-size: 15px;
  color: #5c5c5c;  
	padding: 13px 14px 13px 14px !important;
	border: 0 !important;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	float: left;
	height: 18px;
	line-height: 18px;
	/*width: 289px;*/
	width: 249px;
	padding: 0px;
}

.sign-up-input:focus {
	 outline: 0;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
} 



input[type="submit"].sign-up-submit{
	margin:0;
	cursor:pointer;
	z-index: 2;
	right: 0;
	top:0;
	border: none;
	color: #ffffff;
	padding: 13px 15px !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1E62D0;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3D94F6), to(#1E62D0));
  background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
  background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
  background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
  background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
  
  /*background-color: #168B47;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55BA3F), to(#168B47));
  background-image: -webkit-linear-gradient(top, #55BA3F, #168B47);
  background-image: -o-linear-gradient(top, #55BA3F, #168B47);
  background-image: linear-gradient(to bottom, #55BA3F, #168B47);
  background-image: -moz-linear-gradient(top, #55BA3F, #168B47);*/
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  text-transform: uppercase;
  letter-spacing: 1px;
	font-size: 17px;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	float: left;
	padding: 10px 5%;
	text-align: center;
	max-height: 44px;
	line-height: 18px;
	width: 15%;
	padding: 0px;
	min-width: 55px;
}

input[type="submit"].sign-up-submit:hover,
input[type="submit"].sign-up-submit[disabled] {
	color: #ffffff;
background-color: #1E62D0;
  *background-color: #1E62D0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E62D0), to(#1E62D0));
  background-image: -webkit-linear-gradient(top, #1E62D0, #1E62D0);
  background-image: -o-linear-gradient(top, #1E62D0, #1E62D0);
  background-image: linear-gradient(to bottom, #1E62D0, #1E62D0);
  background-image: -moz-linear-gradient(top, #1E62D0, #1E62D0);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1E62D0', endColorstr='#1E62D0', GradientType=0);

	/*background-color: #168B47;
  *background-color: #168B47;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#168B47), to(#168B47));
  background-image: -webkit-linear-gradient(top, #168B47, #168B47);
  background-image: -o-linear-gradient(top, #168B47, #168B47);
  background-image: linear-gradient(to bottom, #168B47, #168B47);
  background-image: -moz-linear-gradient(top, #168B47, #168B47);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#168B47', endColorstr='#168B47', GradientType=0);*/
}

input[type="submit"].sign-up-submit:active,
input[type="submit"].sign-up-submit.active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3D94F6), to(#1E62D0));
  background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
  background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
  background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
  background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3D94F6', endColorstr='#1E62D0', GradientType=0);
/*  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55BA3F), to(#168B47));
  background-image: -webkit-linear-gradient(top, #55BA3F, #168B47);
  background-image: -o-linear-gradient(top, #55BA3F, #168B47);
  background-image: linear-gradient(to bottom, #55BA3F, #168B47);
  background-image: -moz-linear-gradient(top, #55BA3F, #168B47);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#55BA3F', endColorstr='#168B47', GradientType=0);
  */
}

.extra-fields input[type="submit"].sign-up-submit {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*width: 365px;*/
	width: 326px;
	margin:0 4px;
}

.sign-up-input.first-name,.sign-up-input.last-name,.sign-up-input.company,.sign-up-input.phone-number,.sign-up-input.zipcode,.sign-up-input.birthdate {
	display:none;
}

.extra-fields input[type="email"].sign-up-input,
.extra-fields input[type="text"].sign-up-input,
.extra-fields input[type="tel"].sign-up-input,
.extra-fields input[type="password"].sign-up-input{
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*width: 337px;*/
	width: 297px;
	margin: 0 4px 10px;
}

.extra-fields input[type="text"].sign-up-input.half,.extra-fields input[type="tel"].sign-up-input.half {
	width: 150px;
}

.site-incentive {
	width: 96%;
	margin:0 2% 20px;
}

.pwd-lr {
	position:fixed;
	bottom:0;
	right:0;
	z-index: 10000;
}

.pwd-lr a {
	display:block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius: 5px;
	border-bottom-left-radius:0;
	height:36px;
	width:110px;
	margin:0;
	padding: 1px 3px;
	background:rgb(0,0,0) url(img/powered_by.png) no-repeat center center;
	background:rgba(0, 0, 0, 0.85) url(img/powered_by.png) no-repeat center center;
}

#divider {
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0px;
	left: 216px;
	background-color: #000;
}

.avatar {
	margin: 0 auto 30px; 
	border-radius: 50%; 
	display:block; 
	height: 110px; 
	width: 110px;
	overflow: hidden;
	background-color: lightgrey;
}

.icon-user {
	font-size: 100px;
	line-height: 135px;
}

.account .avatar {
	margin: 0 auto 20px; 
	background-color: #A0C3FF;
	color: #4374E0;
}

.userinfo {
	display: none;
}

.account .userinfo {
	display:block;
}

.account input.signup-email {
	display: none !important;
}

.changeaccount {
	display: none;
}

.newaccount {
	display: inline;
}

.account .changeaccount {
	display: inline;
}

.account .newaccount {
	display: none;
}

.login {
	display: block;
}

.password_retrieval {
	display: block;
}

.background {
	background-image: url(/img/login_background.png);
	opacity: 1;
	content:"";
	margin:0;
	padding:0;
	background-repeat:none;
	background-color: #222;
	background-size: cover;
	background-position: center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	height:100%;
	width:100%;
	position: absolute;
	background-attachment: fixed;
	position: fixed;
	z-index:0;
	top:0;
	left:0;
	background-repeat: none;
}
.background.bw {
	background-image: url(/img/login_background_bw.png);
}

.contents {
	color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-weight: 300;
    min-height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    background-color: rgb(255, 255, 255);
    background-position: initial initial;
    background-repeat: initial initial;
}
.contents a {
	color: #FFFFFF;
}

.contents .error {
	color: red;
	font-weight: bold;
}

.contents .error ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contents .error li {
	margin: 0;
	padding: 0;
}



form {
	margin:0;
	padding:0;
}