﻿body {
	background-color: #0A3040;
}

label {
	color: #ffffff;
}
.auth-title{
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.auth input[type=text], .auth input[type=password]{
	width: 100%;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #ffffff;
	color: #666;
	line-height: 38px;
	font-size: 14px;
}
.auth input[type=checkbox]{
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	background-color: ##0A3040;
	color:#ffffff;
}
.auth button[type=submit]{
	width: 100%;
	height: 42px;
	margin-bottom: 20px;
	background: transparent;
	border: 3px solid #00ECC0;
	border-radius: 30px;
	color: #00ECC0;
	font-size: 16px;
}
.field-registration-tos_agree{
	font-size: 12px;
}
.login-tip{
	color: #FFD180;
	font-size: 12px;
	text-align: right
}
.register-tip{
	float: right;
	font-size: 14px;
}
.pass-tip{
	font-size: 14px;
}

.field-dynamicmodel-sms label{
	display: block;
}
#dynamicmodel-sms{
	width: 68%;
}
.field-dynamicmodel-sms .send-sms{
	float: right;
	width: 30%;
	height: 38px;
	line-height: 38px;
}
#captcha-modal .modal-content{
  background: #0a3040;
}
#login-captcha-image{
  margin-bottom: 5px;
}