.am-text-white{
	color:#FFFFFF;
}
[class*="am-u-"]{
	float:initial;
}
.am-form input[type="text"], .am-form input[type="password"]{
	background-color: transparent;
	border:none;
    border-bottom: 1px solid #b2b2b2 !important;
    /* color: #ffffff; */
}

.am-btn-green {
	background: linear-gradient(260deg,rgb(120, 201, 145) 0%,rgb(13, 157, 57) 100%);
	color:#fff;
}
a,a:hover,a:active{
	color: #333333;
}
.am-back-btn{
	width: 3rem;
    display: block;
    padding: 1rem;
}
.perBg{
	background: url(../img/loginBg.png) no-repeat;
	/* height: 14em; */
	width: 100%;
	background-size: 100%;
	margin-bottom: 1.6rem;
}
.logo{
	width: 120px;
	display: block;
	margin: 0 auto;
	padding: 2rem 0;
}
.am-form img{
	width: 25px;
	padding-right: 0.5rem;
	margin-bottom: 0.4rem;
}
label {
    font-weight: normal;
	margin-bottom: 0;
	font-size: 1.6rem;
}
.am-form input[type="text"], .am-form input[type="password"]{
	font-size: 1.4rem;
}

.fixed-footer{
	position: fixed;
	bottom: 1rem;
	left: 30%;
}