@charset "UTF-8";

#wrap {width: 100%; height: 100vh; background:url(../../images/img/login_bg.jpg) no-repeat center center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}

@media (min-width: 1921px) {
	#wrap {background-size: cover;}
}

.mb_login {width: 600px; background: #fff;}
.mb_header {background: #20263b; /* padding: 29px 0; */ height: 130px; display: flex; justify-content: center; align-items: center;}

.frm_login {text-align: center; padding: 45px 0 57px;}
.frm_login form {width: 300px; margin: 0 auto;}
.frm_login h2 {font-size: 20px; line-height: 1; letter-spacing: -0.06em; margin: -.05em 0; margin-bottom: 19px;}
.frm_login .frm_checkbox {margin-top: 10px;}
