@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/loginbg.jpg);
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.account-container{
	width:400px;
	height:250px;
	background:#fff;
	border-radius:8px;
	margin-left: auto;
	margin-right: auto;
	padding:100px 40px 40px;;
	border-radius: 10px;
	background-color: #fff;
	top:50%;
	left:50%;
	margin-left:-240px;
	margin-top:-125px;
	position:fixed;
}
.account-container h2 {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
}
.account-container h2 .lb-left{
	border-radius:10px 0 0 0;	
}
.account-container h2 .lb-right{
	border-radius:0 10px 0 0;	
}
.account-container h2 a:hover{
	text-decoration:none;
	color:#333;
}
.account-container h2 .lb-select{
	background:rgba(0, 83, 137, 0.58);
	color:#fff;
}
.account-container h2 .lb-select:hover{
	color:#fff;
}
.account-container h2 a{
	display:block;
	width:100%;
	float:left;
	text-align:center;
	line-height:60px;
	background:rgba(0, 83, 137, 0.26);
}
.account-container .account-input {
	position: relative;
	height: 68px;
}
.account-container .account-input input {
	height: 48px;
	width: 370px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	border: 1px solid rgba(50,58,69,.2);
	border-radius: 5px;
}
.account-container .ui.checkbox {
	margin-left: 1px;
	margin-bottom: 10px;
}
.ui.checkbox {
	font-size: 1em;
}
.account-container .submit[disabled=true], .account-container .submit[disabled] {
	opacity: .5!important;
	cursor: not-allowed!important;
}
.account-container .submit {
	width: 400px;
	height: 48px;
	border: none;
	background-color: #323a45;
	color: #fff;
	font-size: 24px;
	border-radius: 24px;
	cursor: pointer;
	transition: opacity .2s ease;
	display:block;
	text-align:center;
	line-height:48px;
}
.account-container .account-input.dirty span.error {
	display: none;
	position:absolute;
	left: 410px;
	top: 6px;
	padding: 7px 10px;
	background-color: #d95c5c;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	min-width: 88px;
}
.account-container .account-yzm{
	width:180px;
	margin-left:5px;
	background:#748294;
	height:48px;
	line-height:48px;
	position:absolute;
	text-align:center;
	font-size:16px;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
}

.account-container .account-yzm img{
	width:180px;
	height:48px;
	border-radius:3px;	
	background:none;
	border:1px solid #ddd;	
}
.account-container .account-half input{
	width:185px;
}
.msg{
    width:100%;
    position:fixed;
    top:50%;
    left:0;
    text-align:center;
    display:none;
	z-index:100;
}
.msg span{
    padding:10px 12px;
    background:#c40000;
    border-radius:3px;
    color:#fff;
}
.account-yzm{
	position:absolute ; 
	background:#748294; 
	width:180px; 
	color:#fff; 
	padding:0; 
	margin-left:5px; 
	text-align:center; 
	cursor:pointer; 
	border-radius: 5px; 
	line-height: 48px; 
	font-size: 16px;
}

.account-container{
	position:absolute;
	top:50px;
	margin-top:0;
	height:auto;
}
