html,body{
	margin: 0px;
	padding: 0px;
	font-family:Helvetica, Tahoma, Arial;
	font-size:1em;
	background-image: url(../img/login_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	background-size:cover;
	height: 100%;
}
input{
	font-size: 14px;
}
/*input{
	font-size: 16px;
	color: #a62037 ;
	text-shadow: 0px 0px 0px black;
	-webkit-text-fill-color: transparent; 
}*/
.logo{
	text-align: center;
    text-align: -webkit-center;
}
.logo img{
	width: 60%;
    height: 60%;
    margin: 128px auto 30px auto;
}
.phone{
	outline:0px;
	-webkit-appearance:none;
	border: none;
    height: 49px;
    width: 247px;
    border-radius: 22px;
    margin: 0px auto 23px auto;
}
.tel{
	 background-color: #fff;
	 opacity: 0.5;
}
.phone img{
	width: 18px;
    margin-left: 18px;
    float: left;
    margin-top: 11px;
}
.phonenumber{
	border:none;
	margin-top: 11px;
    height: 25px;
    margin-left: -14px;
}
.code{
	color: #fff;
	background-color: #a62037;
	font-size: 16px;
}
#code.dis{color: #000;background: #b7b5b6}
.msg{
	color:#fff;
	font-size: 14px;
	letter-spacing: 1px;
    margin-top: -9px;
}
.login{
	background-color: unset;
	border:1px solid #a62037;
	font-size: 16px;
	color: #a62037; 
	margin-top: 78px;
}
footer{
	font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
/*------login.html-------*/
.verify input{
	border: 1px solid #a62037;
    height: 50px;
    width: 28px;
    margin: 30px 5px;
    padding-left: 24px;
}

@media screen and (max-width: 320px){
	.logo img{
		width: 60%;
	    height: 60%;
	    margin: 70px auto 30px auto;
	}
	.phone{
		outline:0px; 
		-webkit-appearance:none;
    	height: 40px;
    	width: 222px;
    	border-radius: 20px;
    	margin: 0px auto 17px auto;
	}
	.phone img{
		width: 14px;
    	margin-left: 19px;
	}	
	.phonenumber{
		margin-top: 8px;
    	height: 22px;
    	margin-left: -10px;
	}
	.code{
		font-size: 14px;
	}	
	.msg{
		font-size: 12px;
	}
	.login{
		margin-top: 50px;
		font-size: 14px;
	}
	footer{
		margin-top: 25px;
		font-size: 12px;
	}
/*------login.html-------*/
	.verify input{
		border: 1px solid #a62037;
	    height: 42px;
	    width: 22px;
	    margin: 30px 5px;
	    padding-left: 20px;
	}
}