* { box-sizing: border-box; }

html, body {
    margin: 0;
    min-height: 100%;
}

body.ws-login-page.ws-login-skin-wcoin {
    margin: 0;
    min-height: 100%;
    font-family: Kanit, Tahoma, sans-serif;
    color: #fff;
    background-color: #000;
    background-image: url("/s3/common/img/fullbg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1656px auto;
}

body.ws-login-skin-wcoin .ws-hole-scene {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 1109px;
    height: 469px;
    margin-left: -554px;
    background: url("/s3/common/img/footer.png") no-repeat center bottom;
    background-size: 1109px auto;
    pointer-events: none;
    z-index: 0;
}

body.ws-login-skin-wcoin .ws-hole-wrap {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 64px 0 260px;
}

body.ws-login-skin-wcoin .ws-hole-panel {
    position: relative;
    width: 260px;
    margin: 0 auto 0 max(16px, calc(50% - 420px));
    text-align: center;
}

body.ws-login-skin-wcoin .ws-login-box,
body.ws-login-skin-wcoin .ws-login-box * {
    color: #fff;
}

body.ws-login-skin-wcoin .ws-login-box {
    display: block;
    max-width: none;
    min-height: 0;
    margin: 0;
}

body.ws-login-skin-wcoin .ws-hole-title {
    margin: 0 0 12px;
    color: #f4f1ea;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.35), 0 1px 2px #000;
}

body.ws-login-skin-wcoin .ws-hole-sub {
    margin: 0 0 16px;
    color: #ecd81a;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0 1px 2px #000;
}

body.ws-login-skin-wcoin .ws-login-form {
    margin: 0;
    padding: 0;
}

body.ws-login-skin-wcoin .ws-login-box input[type="text"],
body.ws-login-skin-wcoin .ws-login-box input[type="password"] {
    display: block;
    width: 220px;
    height: 36px;
    margin: 0 auto 12px;
    padding: 0 10px !important;
    border: 1px dashed #5b3a0e;
    border-radius: 0;
    background: rgba(8, 5, 4, 0.5) !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.8), inset 0 -1px 0 rgba(91, 58, 14, 0.25);
    color: #fff !important;
    font-family: Kanit, "Courier New", sans-serif;
    font-size: 15px;
    text-align: center;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

body.ws-login-skin-wcoin .ws-login-box input[type="text"]:focus,
body.ws-login-skin-wcoin .ws-login-box input[type="password"]:focus {
    border-color: #5b3a0e;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.8);
}

body.ws-login-skin-wcoin .ws-hole-remember {
    display: block;
    margin: 0 0 8px;
    color: #d4c4a0;
    font-size: 13px;
    text-shadow: 0 1px 2px #000;
}

body.ws-login-skin-wcoin .ws-login-box input[type="checkbox"] {
    accent-color: #ecd81a;
    vertical-align: middle;
}

body.ws-login-skin-wcoin .ws-hole-crest {
    display: block;
    width: 152px;
    height: 22px;
    margin: 14px auto -2px;
    background: url("/s3/common/img/wcoinCrest.png") no-repeat center;
    background-size: 152px 22px;
}

body.ws-login-skin-wcoin .ws-hole-btn,
body.ws-login-skin-wcoin .ws-login-box input[type="submit"],
body.ws-login-skin-wcoin a.ws-hole-btn {
    display: block;
    width: 152px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    border: 1px dashed #5b3a0e;
    border-radius: 0;
    background: rgba(8, 5, 4, 0.5);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.8), inset 0 -1px 0 rgba(91, 58, 14, 0.25);
    color: #fff !important;
    font-family: Kanit, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    filter: none;
}

body.ws-login-skin-wcoin .ws-hole-btn:hover,
body.ws-login-skin-wcoin .ws-login-box input[type="submit"]:hover,
body.ws-login-skin-wcoin a.ws-hole-btn:hover {
    background: rgba(8, 5, 4, 0.72);
    color: #ecd81a !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.8);
    filter: none;
}

body.ws-login-skin-wcoin .ws-hole-back,
body.ws-login-skin-wcoin .ws-login-box a {
    display: block;
    margin-top: 14px;
    color: #5097ac;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px #000;
}

body.ws-login-skin-wcoin .ws-hole-back:hover,
body.ws-login-skin-wcoin .ws-login-box a:hover {
    color: #a3c9d3;
    text-decoration: none;
}

body.ws-login-skin-wcoin .ws-login-box span,
body.ws-login-skin-wcoin .ws-login-box b {
    color: #d4c4a0;
    font-family: Kanit, Tahoma, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 2px #000;
}

body.ws-login-skin-wcoin .ws-login-header,
body.ws-login-skin-wcoin .ws-login-footer,
body.ws-login-skin-wcoin .ws-login-fieldset {
    display: none !important;
}
