.loginBg {
    background: url('../images/loginBg.png') center center/cover no-repeat;
}

.loginBoxWrap {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 636px;
    height: 350px;
}

.logo {
    width: 186px;
    height: 61px;
    margin-left: 20px;
    background: url('../images/logo.png') no-repeat;
}

.logo a {
    display: block;
    text-indent: -9999px;
}

.loginBox {
    width: 636px;
    height: 279px;
    border-radius: 4.8px;
    background: url('../images/loginBox_bg2.png') center center/cover no-repeat;
    box-shadow: 10px 20px 15px 10px rgba(0, 0, 0, 0.2);
}

.loginBoxL {
    float: left;
    color: #fff;
    padding: 24px 26px;
    box-sizing: border-box;
    width: 260px;
}

.loginBoxL h2,
.loginBoxL h1 {
    letter-spacing: -1.8px;
    line-height: 28px;
}

.loginBoxL h2 {
    font-weight: 400;
    font-size: 24px;
}

.loginBoxL h1 {
    font-weight: 500;
    font-size: 24px;
}

.loginBoxL span {
    letter-spacing: -0.13px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
}

.loginBoxR {
    float: right;
    background: #fff;
    width: 361px;
    height: 257px;
    margin-top: 12px;
    margin-right: 7px;
    padding: 49px 35px;
}

.loginId,
.loginPw {
    width: 290px;
    height: 40px;
    margin: auto;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 15px;
}

.loginId {
    background: url('../images/login_id_bg.png') no-repeat;
}

.loginPw {
    background: url('../images/login_pw_bg.png') no-repeat;
    margin-top: 15px;
}

.loginBtnWrap {
    margin-top: 15px;
}

input[type="checkbox"] {
    display: none;
}

input[type=checkbox]+label {
    display: inline-block;
    cursor: pointer;
    line-height: 22px;
    padding-left: 22px;
    background: url('../images/id_save.png') no-repeat;
}

.loginBtnWrap label span {
    margin-left: 10px;
    font-size:14px;
}

input[type=checkbox]:checked+label {
    background: url('../images/id_save_Checked.png') no-repeat;
}

.loginBtnWrap::after {
    display: block;
    clear: both;
    content: '';
}


.loginBtn {
    float: right;
    width: 150px;
    height: 50px;
    border-radius: 4px;
    background-color: #11345e;
    color: #fff;
    font-size: 16px;
}

.loginContact {
    width:596px;
    height:204px;
    margin-top:-10px;
    padding:50px;
    background-image: url('../images/blackbg.png');
    background-repeat: no-repeat;
    background-position: center -40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.35px;
    text-align: center;
}