@charset "utf-8"; 

body		{ background:url(../img/bg_login.jpg) center center; }


.exp { font-size:12px; color:#999; }
.box { display:inline-block; margin-right:-3px; margin-bottom:-3px; vertical-align:text-top; }
.btn { cursor:pointer; -webkit-user-select:none; display:inline-block; vertical-align:middle; text-align:center; font-weight:bold; }

#wrap { position: absolute; top: 50%; left: 50%; width: 440px; margin: -143px 0 0 -220px; padding:20px; border: 1px solid #eee; border-radius: 12px; }
#wrap > .inBox { position: relative; width: 100%; height: 100%; padding-top: 50px; }
#logo_icon { position: absolute; top: -50px; left: 50%; width: 280px; height:60px; margin-left: -140px; background: #fff url(../img/logo.svg) no-repeat center center; background-size:auto 40px; border-radius: 100px; border: 1px solid #eee; }
input[type=text],
input[type=email],
input[type=date],
input[type=number],
input[type=tel],
input[type=search],
input[type=password],
input[type=submit] { width:100%; height:46px; padding:0 20px; margin-bottom:10px; }
.login_check { margin-top:10px; }
.btn_close,
#btn_login_info_find { width:100%; height:37px; line-height:35px; background:#fff; border:1px solid #6e6e6e; }
