@CHARSET "UTF-8";
@import url(common.css);

.login_body {background:#d8e7f4;}
.login_wrap {display:block;margin:145px auto;width:745px;overflow:hidden;}
.login_wrap h1 {margin-bottom:10px;overflow:hidden;}
.login_wrap h1 img {float:left;}
.login_wrap h1 span {display:block;color:#1e1e1e;font-size:19px;font-weight:bold;letter-spacing:-1px;margin:10px 0 0 10px;float:left;}

.login_contents {}
.login_wrap .login_visual {width:330px;height:372px;background:#fff url('../../../images/lmx/service/member/login_img.png') 0 0 no-repeat;float:left;}
.login_wrap .login_frame {width:415px;height:372px;padding:55px 30px;background:#fff;overflow:hidden;float:left;box-sizing:border-box;text-align:center;}

.login_wrap p.intro {margin-bottom:25px;font-size:15px;color:#333;letter-spacing:-1px;}

.login_wrap input {width:100%;height:52px;border:1px solid #c2c2c2;padding:0 5px 0 50px;font-size:14px;color:#586167;letter-spacing:-1px;box-sizing:border-box;margin-bottom:5px;}
.login_wrap .id_input {background:#fff url('../../../images/lmx/service/member/bg_id_input.png') 15px 50% no-repeat;}
.login_wrap .warning_input {background:#fff url('../../../images/lmx/service/member/bg_login_warning.png') 14px 50% no-repeat;color:#e22b2b;}
.login_wrap .pw_input {background:#fff url('../../../images/lmx/service/member/bg_pw_input.png') 16px 50% no-repeat;}

.login_wrap .loginBtn {display:block;background-color:#009591;width:100%;height:52px;line-height:52px;text-align:center;color:#fff;font-size:18px;font-weight:bold;cursor:pointer;margin-bottom:25px;}
/* .login_wrap .loginBtn {display:block;background-color:#fdc52e;width:100%;height:52px;line-height:52px;text-align:center;color:#000;font-size:18px;font-weight:bold;cursor:pointer;margin-bottom:25px;} */


.login_wrap .loginFoot {font-size:12px;color:#645f59;text-align:left;}
.login_wrap .loginFoot a {color:#645f59;}
.login_wrap .loginFoot a:hover, .login_wrap .loginFoot a:focus {text-decoration:underline;color:#000;}

#pw_wrap {width:411px;margin:150px auto;}
#pw_wrap h1 {margin:0 0 18px 0;}
#pw_wrap .pwForm {width:100%;height:260px;background:#dbdee0;padding:28px 50px;}
#pw_wrap .pwForm .txtG {color:#0d67a3;font-size:15px;margin:0 0 18px 0;letter-spacing:-1px;}
#pw_wrap .pwForm input {margin:0 0 4px 0;width:375px;height:17px;border:1px solid #d3d5d7;font-size:15px;padding:15px 17px}
#pw_wrap .pwForm a {float:left;margin:9px 6px 0 0;}
