*{
	margin:0;
	padding: 0; 
}
body{
	width: 100%;
}
.all{
	width: 60%;
	margin:0 auto;
	margin-top: 30px;
	border: 1px solid #9EB9C6;
}
.top{
	width: 100%;
	height: 200px;
    background-color: #53B5E6;
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}
.top .title{
	text-align: center;
	font-size: 30px;
	margin: auto;
	font-weight: BOLD;
}
/*.top .logo{*/
/*	!*width: 10%;*!*/
/*height: 86px;*/
/*left: 45%;*/
/*	position: relative;*/
/*	margin-top: 20px; */
/*}*/
.top h1{
	text-align: center;
	margin-top:40px;
	
}
.main{
	width: 100%;
	height: 500px;
	background-color: #FFFFFF;
	position: relative;
}
.main form{
	position: relative;
	left: 20%;
	top:15%;
}
.main .img_icon{
	width: 20px;
	height: 20px;
    margin-bottom: -5px;
    margin-left: 5px;
}
.main .img_identify{
	width: 60px;
	height: 29px;
	background-color: #F1F4FA;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top:10px;
}

.main form input{
	margin-top: 30px;
	border: none;
	background:none;
}
.main form hr{
      margin-top: 15px;
      width: 60%;
      border: none;
      height: 1px;
      background-color: #F1F1F1;
}
.main .change_Img{
	color: #9EB9C6;
	border: none;
	background:none;
}
.main .login{
	width: 60%;
	height: 32px;
	color: white;
	font-size: 16px;
	margin-top: 30px;
	border-radius: 20px;
	background-color: #53B5E6;
}