@charset "utf-8";

.div_input {
    position: relative;
    overflow: hidden;
    height: 29px;
    margin: 0 0 8px;
    padding: 5px 39px 5px 11px;
    border: solid 1px #dadada;
    background: #f7f7f7;
}

.btn_login {
    font-size: 18px;
    font-weight: 700;
    line-height: 49px;
    display: block;
    width: 100%;
    height: 49px;
    margin: 16px 0 7px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #1a439a;
    -webkit-appearance: none;
}

.input_login {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 16px;
    padding: 7px 0 6px;
    color: #000;
    border: none;
    background: #f7f7f7;
}

.label {
    font-size: 15px;
    line-height: 16px;
    position: absolute;
    z-index: 8;
    top: 13px;
    left: 11px;
    color: #8e8e8e;
}

.chk_label {
	font-size: 13px;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    padding-left: 31px;
    color: #333;
}

input[type=checkbox] {  
    display: none;  
}

input[type=checkbox]+ label:before {     
	content: "";  /* 체크모양 */
	position: absolute;
    left: 0;  
    bottom: 1px;
    width: 20px;  
    height: 20px;  
    background-color: #f7f7f7;  
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}

input[type=checkbox]:checked + label:before { 
    content: "\2713";  /* 체크모양 */
    font-size: 14px;
    font-weight:1000;
    color: #1a439a;  
    background:#f7f7f7;
    text-align: center;
    line-height: 20px;
} 

.span_input {
    display: block;
    overflow: hidden;
}

.login_form {
    border: 0;
}

#footer {
    height: 140px;
    padding: 30px 0px 30px 0px;
}

#footer .logo {
    display: block;
    width: 350px;
    height: 140px;
    margin: 0 auto;
    background: url("/sfa/resources/images/logo_whanin.png") no-repeat;
}

.empty_display {
    font-size: 12px;
    margin: -2px 0 6px;
    color: #ff0000;
}