body{
	height:100%; min-height:100%;
	background-color:#FFFDEB;/*EDF9FF*/
}

.login_wrap{
	height:100%; min-height:100%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login_wrap .logo_wrap{height:100px; width:100%; margin-bottom:10px;
	/* background-image:url('/file/comm/login_logo.png'); */
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.login_wrap .form-login{
	background-color:#ffffff;
	width:500px;
	padding:30px;
	border-radius:10px;
}

.login_wrap .title{font-size:20px; font-weight:bolder; width:100%; text-align:center; margin-top:20px; margin-bottom:8px;}
.login_wrap .title .on{color:#FFDD00;}
.login_wrap .summary{font-size:15px; width:100%;color:#c3c6c8; text-align:center; margin-bottom:40px;}
.login_wrap .input_wrap{
	width:100%;
	height:50px;
	margin-bottom:5px;
	border-radius:10px;
}
.login_wrap .field{padding:0px; margin:0px;}
.login_wrap .input_wrap input{
	border-radius:10px;
	width:100%;
	height:100%;
}
.login_wrap .btn_login{
	background-color:#FFDD00;
	color:#ffffff;
	width:100%;
	height:50px;
	border-radius:10px;
	font-size:18px;
	font-weight:bold;
	border:0px solid #FFDD00;/*24b4b4*/
	margin-top:30px;
	cursor:pointer;
}


.icon{color:#FFDD00;}

@media (max-width: 1050px) {

}
@media (max-width: 767px) {
	.login_wrap .form-login{
		width:300px;
	}
}
/*
.shadow-light{
    -webkit-box-shadow: 45px 45px 104px -33px rgba(38,38,38,0.92);
    -moz-box-shadow: 45px 45px 104px -33px rgba(38,38,38,0.92);
    box-shadow: 45px 45px 104px -33px rgba(38,38,38,0.92);

}*/