.login {
	border: 1px solid;
	background-color: #03A9F4;
	color: white;
	padding: 7px 15px;
	border-radius: 6px;
	text-align: center;
	width: 100%;
	font-size: 17px;
}

.code {
	width: 50%;
}

#codeImg {
	position: absolute;
	right: 14px;
	top: 0px;
	height: 34px;
	cursor: pointer;
}

#regist {
	float: right;
}

.btnDisabled {
	background-color: #b2bfc5;
}
.btnErr{
	background-color:#c52114;
}