#login_sec01{
	background:#fbfbfb;
	padding:95px 0 250px;
}
.login-wrap{
	max-width: 800px;
	margin:0 auto;
}
.login-header{
	text-align: center;
	margin: 0 0 50px;
}
.login-header em{
	font-style: normal; 
	font-size:18px; 
	color:#000; 
	display:block;
	margin-bottom:5px;
}
.login-header p{
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1;
}

.login-section {
	background: #fff;
    padding: 50px 60px 80px;
    border-radius: 20px;
    -webkit-box-shadow: rgb(100 100 111 / 5%) 0px 7px 23px 0px;
    -moz-box-shadow: rgb(100 100 111 / 5%) 0px 7px 23px 0px;
    -o-box-shadow: rgb(100 100 111 / 5%) 0px 7px 23px 0px;
    box-shadow: rgb(100 100 111 / 5%) 0px 7px 23px 0px;
}
.login-section h3{
	font-size:24px;
	display: block;
	text-align: center;
	margin-bottom:30px;
}

.login-section input[type="text"], .login-section input[type="password"] {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
    margin: 5px 0;
}
.adver-logintxt{
	font-size: 18px;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;	
}