/* BASIC css start */
.login-wrap{
    position:relative;
    padding-top:95px;
    padding-bottom:95px;
    background-color:#f1f1ef;
}
.login-wrap h1{
    text-align:center;
    line-height:30px;
    font-size:30px;
    margin-bottom:45px;
    font-family: 'Butler Bold', sans-serif; 
}
.login-wrap > h1 > a{
    display:inline-block;
    width:160px;
}
.login-wrap > h1 > a img{
    width:100%;
    vertical-align:middle;
}
.user-select{
    font-size:0px;
    text-align:center;
    margin-bottom:11px;
}
.user-select a,.user-select span{
    display:inline-block;
    line-height:30px;
    color:#aaa;
    font-size:14px;
    font-family:'Nanum Gothic';
}
.user-select span{
    margin:0px 7px;
}
.user-select a.active{
    color:#414141;
    font-weight:bold;
}

.login-form-wrap{
    padding:0px 30px;
}
.login-form-wrap input[type="text"],.login-form-wrap input[type="password"]{
    line-height:32px;
    color:#414141;
    font-family:'Nanum Gothic';
    font-size:13px;
    font-weight:normal;
    border:0px;
    border-bottom:1px solid #ddd;
    padding-left:0px;
    height:40px;
}
.login-form-wrap input[type="text"]::placeholder,.login-form-wrap input[type="password"]::placeholder{
    color:#888;
}
.login-form-wrap .input-id{
    margin-bottom:5px;
}
.login-form-wrap .login-set{
    font-size:0px;
    height:30px;
    line-height:30px;
    margin-bottom:20px;
}
.login-form-wrap .login-set li{
    display:inline-block;
    line-height:30px;
    margin-right:21px;
}
.login-form-wrap .login-set li input {
    display:none;
}
.login-form-wrap .login-set li input + label {
    display:inline-block;
    color:#2f2f2f;
    padding-left:13px;
    background:url('http://www.uptownholic.com/design/lovelybbb/renewal/mobile/common/checkbox.png')no-repeat center left;
    background-size:10px auto;
}
.login-form-wrap .login-set li input[type="checkbox"]:checked + label {
    background:url('/design/lovelybbb/renewal/mobile/common/checkbox_checked.png')no-repeat center left;
    background-size:10px auto;
}
.login-form-wrap .login-set li.security{
    float:right;
    margin-right:0px;
}
.login-form-wrap .login-set li.security label{
    padding-left:23px;
    background:url('/design/lovelybbb/renewal/mobile/common/checkbox_security.png')no-repeat center left !important;
    background-size:19px auto !important;
    
}
.login-form-wrap .login-set li label span{
    line-height:30px;
    font-family:'Nanum Gothic';
    font-size:11px;
    font-weight:normal;
}
.login-form-wrap .btn-wrap{
    margin-bottom:20px;
}
.main-btn{
    display:block;
    line-height:45px;
    width:100%;
    color:#fff;
    font-family:'Open Sans';
    font-size:14px;
    background:#be9d76;
    text-align:center;
    letter-spacing:0.14px;
}



.login-etc-wrap{
    text-align:center;
    font-size:0px;
    margin-bottom:20px;
}
.login-etc-wrap ul{}
.login-etc-wrap ul li{
    display:inline-block;
}
.login-etc-wrap ul li a{
    display:inline-block;
    color:#414141;
    font-family:'Nanum Gothic';
    font-size:11px;
    vertical-align:middle;
}
.login-etc-wrap ul li span.line{
    display:inline-block;
    width:1px;
    height:10px;
    background:#ddd;
    margin:0px 20px;
    vertical-align:middle;
}

.login-sns{
    font-size:0px;
    margin:0px -5px;
    text-align:center;
}
.login-sns a{
    display:inline-block;
    width:145px;
    margin:0px 5px;
}
.login-sns a img{
    width:100%;
    vertical-align:middle;
}
.login-wrap a.close{
    position:absolute;
    top:0;
    right:0;
    width:33px;
    height:33px;
    line-height:33px;
    text-align:center;
}
.login-wrap a.close img{
    width:15px;
    height:auto;
    vertical-align:middle;
}


.form-etc {
    margin-top:15px;
    font-size:0px;
    text-align:left;
    padding: 0 12px;
}
.form-etc h5 {
    color:#414141;
    font-size:16px;
    font-family:'Cardo';
    font-weight:bold;
    line-height:45px;
}
.form-etc p {
    font-size:11px;
    font-family:'Nanum Gothic';
    line-height:18px;
    color:#a6a6a2;
}
.form-etc a {
    display:block;
    height:45px;
    margin-top:25px;
    /*background:white;
    border:1px solid #414141;*/
    color:#414141;
    font-size:14px;
    font-family:'Nanum Gothic';
    line-height:43px;
    box-sizing:border-box;
}



/* BASIC css end */

