
.login-form{
	text-align: left;
	z-index: 9999;
	overflow: hidden;
	width: 412px;
	height: 330px;
	background-color: white;
	border-radius: 5px;
	margin: 50px auto;
	padding-left: 56px;
	padding-top: 30px;
}
h1{
	margin-bottom: 10px;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}

.input-login {
	width: 300px;
	height: 42px;
	outline-style: none;
	border: 1px solid #000000;
	color: #000000;
	padding-left:6px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	top: 0px;
}

.input-submit {
	background: rgba(57, 172, 106, 1);
	color: white;
	border: 0px solid #000000;
	margin-top: 30px;
	font-size: 16px;
	padding-left:6px;
	width: 300px;
	height: 42px;
	outline-style: none;
}

.input-submit:active{
	background: rgb(6, 144, 49);
}

.nav-login {
	font-size: 14px;
	color: #333333;
	width: 300px;
	margin-top: 10px;
}
.rememberMe {
	font-size: 14px;
	color: #333333;
	margin-right: 0px;
}

.forgetPwd{
	float: right;
	font-size: 14px;
	color: #333333;
}

.ivu-input-group .ivu-input {
	padding: 0px;
	margin: 0px;
	border: 0px solid #dcdee2;
	font-size: 14px;
	color: #333333;
	height: 100%;
	outline-style: none;
}
.register-form {
	text-align: left;
	z-index: 9999;
	overflow: hidden;
	width: 412px;
	height: 475px;
	background-color: white;
	border-radius: 5px;
	margin: 50px auto;
	padding-left: 56px;
	padding-top: 30px;
}
.input-lable {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #333333;
}

.ivu-input:focus{
	border: 0px solid #dcdee2;
	-webkit-box-shadow: 0 0 0 0 rgba(45,140,240,.2);
	box-shadow: 0 0 0 0 rgba(45,140,240,.2);
}