body {
	width: 100wh;
	height: 90vh;
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
.login-container {
	width: 100%;
	height: 100%;
	position: relative
}

.login-container .login-box {
	width: 326px;
	margin: 0 auto
}

.login-container .login-box .logo-img {
	width: 180px;
    margin: 0 auto;
    text-align:center;
}
.login-container .login-box .logo-img img {
    width:100%;
    height:auto;
}
p.am-monospace {
    font-size:24px;
    font-weight:bold;
    color:#fff;
    letter-spacing: 0.8em;
    display: block;
    text-align: center;
}
.login-container .login-box .am-form {
    margin-top: 68px;
    width:80%;
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
    
}
input::input-placeholder{color:  #fff !important;} /* 有些资料显示需要写，有些显示不需要，但是在编辑器webstorm中该属性不被识别 */
input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #fff !important; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #fff !important; 
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #fff !important; 
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #fff !important; 
}
.login-container .login-box .am-form .am-form-group {
	overflow: auto;
	border-bottom: 2px #ffffff solid;
	margin-bottom: 30px
}

.login-container .login-box .am-form .am-form-group label {
	float: left
}

.login-container .login-box .am-form .am-form-group label i {
	font-size: 24px;
	color: #ffffff
}

.login-container .login-box .am-form .am-form-group input {
	width: 220px;
	float: left;
	margin-left: 10px;
	border: 0;
	background: 0 0
}

.login-container .login-box .am-form .am-btn-secondary {
	width: 164px;
	height: 50px;
	background: #ffffff;
	border-color: #ffffff;
	border-radius: 27px;
	display: block;
    margin: 35px auto 0;
    color:red;
}
.text {
	line-height:30px;
	margin-top:10px;
	height:30px;
}
.text a {
	color:#fff;
	float:left;
}
.text a:last-child {
	float:right;
}
@media screen and (max-width:640px) {
	.login-container {
		padding: 0 15px;
		margin-top: 80px
	}

	.login-container .login-box {
		width: 100%
	}

	.login-container .login-box .am-form {
		margin-top: 35px
	}

	.login-container .login-box .am-form .am-form-group input {
		width: calc(100% - 60px);
	}
}

.register-container {
	width: 100%;
	height: 100%;
}

.register-container .register-box {
	width: 442px;
	height: auto;
	margin: 122px auto 0
}

.register-container .register-box .am-form legend {
	border-bottom: 0
}

.register-container .register-box .am-form .register-info {
	font-size: 14px;
	color: #9b9b9b;
	margin-top: 22px
}

.register-container .register-box .am-form .am-form-group {
	overflow: auto
}

.register-container .register-box .am-form .am-form-group label {
	font-size: 16px;
	color: #9b9b9b;
	line-height: 40px
}

.register-container .register-box .am-form .am-btn-secondary {
	width: 164px;
	height: 50px;
	border-radius: 27px;
	background-color: #ffffff;
	border-color: #ffffff;
	margin-left: 81px;
	margin-top: 30px
}
.am-form select, .am-form textarea, .am-form input[type="text"], .am-form input[type="password"], .am-form input[type="datetime"], .am-form input[type="datetime-local"], .am-form input[type="date"], .am-form input[type="month"], .am-form input[type="time"], .am-form input[type="week"], .am-form input[type="number"], .am-form input[type="email"], .am-form input[type="url"], .am-form input[type="search"], .am-form input[type="tel"], .am-form input[type="color"], .am-form-field {
    color:#fff;
}

@media screen and (max-width:640px) {
	.register-container .register-box {
		padding: 0 15px;
		width: 100% !important;
		margin-top: 50px
	}

	.register-container .register-box .am-u-md-2 {
		text-align: left !important
	}

	.register-container .register-box .am-u-md-10 {
		padding: 0 !important;
		text-align: left
	}

	.register-container .register-box .am-btn-secondary {
		margin: 0 auto
	}
}

.error {
	text-align: center;
	color: #fff;
	padding-bottom: 80px
}

.error.error-dark {
	background: url(../images/pattern-dark.png)
}

.error.error-light {
	background: url(../images/pattern-light.png);
	color: #adadad
}

.error.error-light .am-btn-secondary {
	border: 2px solid #adadad;
	color: #adadad
}

.error h2 {
	font-size: 190px
}

.error p:nth-of-type(1) {
	font-size: 30px;
	margin-top: -20px;
	margin-bottom: 0
}

.error p:nth-of-type(2) {
	font-size: 20px;
	margin-top: 0 !important
}

.error .am-btn-secondary {
	background: 0 0;
	border: 2px solid #fff;
	font-size: 18px;
	border-radius: 4px;
	padding: 10px 30px;
	margin-top: 25px
}

@media screen and (max-width:640px) {
	.error-container.error-dark-box {
		height: 100%;
		background: url(../images/pattern-dark.png)
	}

	.error-container.error-light-box {
		height: 100%;
		background: url(../images/pattern-light.png)
	}

	.error-container .error {
		padding: 0 20px
	}

	.error-container .error h2 {
		font-size: 120px
	}

	.error-container .error p:nth-of-type(1) {
		font-size: 25px
	}

	.error-container .error p:nth-of-type(2) {
		font-size: 15px
	}
}
