*, body { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
body { margin-bottom: 30px; background: url(../images/login_bgx.gif);}
h1 {
	font-weight: 300;
	font-size: 36px;
	line-height: normal;
	margin: auto;
	margin-top: 10%;
	text-align: center;
}
h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	color: #09F;
}
.green { color: #3C3; }
.gray { color: #999; }
.form-horizontal .control-label { padding-top: 0; }
.form-horizontal.templatemo-payment-form .radio.templatemo-no-padding-top {	padding-top: 0; }
.control-wrapper {
	position: relative;
	padding-left: 30px;
}
.control-wrapper label.fa-label {
	position: absolute;
	left: 4px;
	top: 6px;
}
.container{width:100%;}
.form-group:last-child { margin-bottom: 0; }
.form-horizontal .control-label { margin-bottom: 10px; }
.table { margin-bottom: 0; }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}
.login-container {
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 8px;
	margin: 0 auto;
	padding: 30px;
}
.bg-gray { background-color: #eee; }
.bg-gray h1 { color: #F96F6F; }
.templatemo-bg-image-1 {
	background-color: rgb(60,60,60);
	background-image: url(../images/templatemo-bg-1.jpg);	
}
.templatemo-bg-image-2 {
	background-color: rgb(70, 90, 40);
	background-image: url(../images/templatemo-bg-2.jpg);
}
.templatemo-bg-image-1, .templatemo-bg-image-2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;	
}
.templatemo-bg-image-1, .templatemo-bg-image-2 { background-size: cover; }
.font-size-small { font-size: 0.8em; }
.margin-bottom-15 {	margin-bottom: 15px; }
.margin-bottom-30 {	margin-bottom: 30px; }
.form-group { margin-bottom: 20px; }
.form-group a {	line-height: 34px; }
.fa { font-size: 16px; }
.fa.login-with {
	font-size: 30px;
	margin: 0 5px;
}
.fa-medium { font-size: 20px; }
.inline-block { display: inline-block; }
.fa.language {
	width: 34px;
    height: 24px;
}
.fa.usa {
	background-image: url(../images/usa.jpg);		
}
.fa.usa:hover,.fa.usa-active {
	background-image: url(../images/usa_active.png);	
}
.fa.ch {
	background-image: url(../images/ch.jpg);		
}
.fa.ch:hover,.fa.ch-active {
	background-image: url(../images/ch_active.png);	
}
.fa.jp {
	background-image: url(../images/jp.png);
	border: 1px solid #f3f2f2;
}
.fa.jp:hover,.fa.jp-active {
	background-image: url(../images/jp_active.png);	
	border: 1px solid #f3f2f2;
}
.fa.chrome {
	width: 24px;
    height: 24px;
	background-image: url(../images/chrome.jpg);		
}
/*login*/
.login-form-1 { max-width: 500px; }
.login-form-1 a { color: gray; }
.login-form-1 a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.templatemo-create-new {
	color: #58B4BB;
	font-size: 18px;
	font-weight: 300;
}
.templatemo-create-new:hover {
	color: #138892;
	text-decoration: none;
}
.copyright{font-size:10px;color:#666}

/*mobile-code*/
.mobile-code-form {
	background-color: #fff;	
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
}
#smsCode{
	width:60%;
	margin-right:20px;
}
.btn btn-info,.form-control{
	float:left;
}