@charset "utf-8";
/* mobile_login CSS Document */

/*p.login_title{ background:url(/layout/images/module_mobile/img_login.png) left 12px no-repeat; width:100%; height:90px; text-indent:-9999px;}*/
.login_wrap{ font-size:15px;}
p.login_title{padding:12px 0 12px 2%;}
p.login_title img{ max-width:100%; height:auto; }
.login_box{ background:#ebebeb; width:100%; padding:20px 0 28px 0;}

.input_box{ position:relative; margin:0 auto; width:312px; margin-top:8px;}

.login_box label{ color:#9f9f9f; position:absolute; top:5px; left:10px;}
.login_box input[type=text], .login_box input[type=password] { width:300px; height:30px; line-height:30px; border:1px solid #bbbfc3; font-size:15px; color:#333; padding-left:8px;}
.login_box input[type=submit]{width:308px; height:40px; border:none; color:#fff; font-size:17px; background:#f02e0f;border-radius:3px;}
.submit_mg{ margin-top:22px !important;}

