@charset "utf-8";
/* CSS Document */

.boxPosition{
	text-align:center;
	float:left;
	width:95%;
	background:#878787;
	
	
	}
.phnenumber{
	border:none;
	height:36px;
	width:320px;
	margin-bottom:10px;
	}
.Verification_code{
	border:none;	
	height:36px;
	width:220px;
	}
.button{
	height:36px;
	width:90px;
	border:none;
	color:#fff;
	border-radius:4px;
	background:#1aad19;}
	
.button:active{
	background:#0D720C;}