.div_main{
	width:80%;
	margin:80px auto;
}
@media(max-height:800px) {
	.div_main{
		margin:10px auto;
	}
}
#form_login label{
	color:#48BEB4;
	font-size:18px;
	margin-left:25px;
}
.input_login{
	height:55px;
	border-radius:30px;
	padding-left: 25px;
}
.input_login2{
	height:55px;
	border-radius:30px 0 0 30px;
	padding-left: 25px;
}
.form-control-feedback {
    line-height: 52px;
}
.form-group i{
	font-size:20px;
	margin-right:20px;
}
.icon-username{
	background: url("../images/login/icon-sanjiao.png") no-repeat;
	width:30px;
	height:30px;
	position: absolute;
	top:22px;
	right:0px;
}
.icon-username2{
	background: url("../images/login/icon-yonghuming.png") no-repeat;
	width:30px;
	height:30px;
	position: absolute;
	top:13px;
	left:15px;
}
.icon-username-doctor{
	background: url("../images/home/icon-yihurenyuan.png") no-repeat;
	width:30px;
	height:30px;
	position: absolute;
	top:13px;
	left:15px;
}
.icon-password{
	background: url("../images/login/icon-mima.png") no-repeat;
	width:30px;
	height:30px;
	position: absolute;
	top:13px;
	left:15px;
}
.a_div_login{
	margin:10px 0 20px 0;
	padding:0 20px;
}

select { 
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;  
}

#h4_title2{
	font-weight: 700;
    font-size: 32px;
    color: #48BEB4;
    margin-bottom:30px;
    display:none;
}
#showMsg2{
	height:55px;
	width:80%;
	margin:45px auto 0 auto;
}
.register_right{
	padding:0;
}
.div_btn_h{
	display: flex;
	justify-content: space-between;
}
@media(max-width:767px) {
	.home_left{
		display:none;
	}
	#h4_title2{
		display:block;
	}
}
@media(max-width:610px) {
	#showMsg2{
		width:90%;
		margin:15px auto 0 auto;
	}
	.div_main{
		width:90%;
	}
}

@media(max-width:320px) {
	#h4_title2{
		font-size: 28px;
	}
	.c_btn_h{
		display:none;
	}
}

@media(max-width:380px) {
	.c_btn_h2{
		display:none;
	}

}




