@charset "utf-8";


.login { background:url(../images/login_bg.jpg) no-repeat center top; background-size:100% 100%;background-positon: 100%, 100%; width:100%; height:100%;}
.login {
    padding: 100px 40px 50px;
	
}

.login .na, .login .pw {
	 background-size:15px 17px;
   
    clear: both;
    margin-bottom: 13px;
    overflow: hidden;
    padding: 0px 0 0px 0px; 
	color: #333333;
}
.login .pw{
	 background-size:15px 17px;}



.login .na input, .login .pw input { background:none; border:none; width:100%; font-size: 16px;}

.rempw a{ padding-left:10px; color:#e60012;}
.login_btn{ width:100%; margin:20px 0 10px;}
.login_btn a{ border-radius:3px;  display:block; float:left; background-color:#E93F48; padding:10px 0;text-align:center; color:#fff; font-size:16px;}
.dl{ width:70%; margin-right:5px;   }
.zc{ width:28%;}

.login_btn a:active{background: #e60012;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, li, button {
    list-style: none outside none;
}
html {
}
body {
    color: #333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
em, ins, i {
    font-style: normal;
}
.clear {
    clear: both !important;
    float: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
a:link, a:visited {
    color: #333333;
    text-decoration: none;
}
a:active {
    color: #e60012;
    text-decoration: none;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.ui-page {
}
.button {
    background: none repeat scroll 0 0 #e93f48;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    outline: 0 none;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.button:hover {
    background: none repeat scroll 0 0 #e60012;
}
.button:active {
    background: none repeat scroll 0 0 #e60012;
}
