	/* Login Page */

body {
	text-align: center;
}

body, .wrapper
{
   min-width: 0px;
   margin-left: auto;
   margin-right: auto;
   padding-right: 5px;
   padding-left: 4px;
   color: #8a8a8a;
   font-family: 'Open Sans', sans-serif;
   max-width: 320px;
}

.wrapper {
	text-align: center;
}

h1
{
   font-size: 20px;
   text-align:center;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}


.input-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.login-label {
   display: block;
   font-size: 13px;
   width: 100%;
   color: #333333;
   margin-bottom: 5px;
}

.status {
	display: inline-block;
	width: 248px;
	padding: 5px;
}

.error {
	background-color: rgba(255,242,150,1);
	border-radius: 5px;
	border: solid 1px #F90;
	text-align: center;
    font-size: 14px;
	color: #C00;
	margin: 10px 0px;
}

.warning {
	background-color: rgba(255,242,150,0.5);
	border-radius: 5px;
	border: solid 1px #c24747;
    font-size: 14px;
	color: #F50;
	margin: 10px 0px;

}

.warning span {
	margin: 5px;
}

.input-field {
  width: 248px;
  height: 35px;
  padding-left: 35px;
  padding-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #e5e5e5;
  font-size: 12px;
  color: #2c3e50;
  border: solid 1px #cacaca;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
  -webkit-appearance: textfield;outline: none;
  -webkit-rtl-ordering: logical;
   -webkit-user-select: text;
   cursor: auto;
   font-size: 14px;
}


.login-input-email {
  background-image: url('/images/icon/icon-email-20px.png');
  background-repeat: no-repeat;
  background-position: 4px center;
}

.login-input-password {
  background-image: url('/images/icon/icon-lock-20px.png');
  background-repeat: no-repeat;
  background-position: 10px center;
}

.signup-input-referer {
   background-image: url('/images/icon/icon-message-20px.png');
   background-repeat: no-repeat;
   background-position: 7px center;
 }

.login-button {
	background-color:#62a9dc;
	text-indent:0;
	border:1px solid #62a9dc;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:248px;
	text-decoration:none;
	text-align:center;
}.login-button:hover {
	background-color:#378de5;
}.login-button:active {
	position:relative;
	top:1px;
}

.footer-text {
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	color: gray;
}

.login-img {
	display: block;
	text-align: center;
	height: 140px;
	margin-bottom: 24px;
}

.login-header-msg {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	color: #fd9807;
	font-size: 24px;
  }

.section {
   margin-top: 20px;
   text-align: center;
   color: #5f6e76;
}

.login-section, .signup-section, .forgotpwd-section {
   font-size: 12px;
}

.login-section a, .signup-section a, .forgotpwd-section a, .tos-section a {
   text-decoration: none;
   color: #5c93f4;
}

.tos-section {
   font-size: 10px;
}

.full_page_message {
	width: 420px;
  margin-top: 60px;
  padding: 20px;
  border: 2px solid #ea9c50;
	color: #222;

}
