.btn.jkospay-bg {
    border-color: transparent;
    background-image: url("../images/pay_jko.png");
    background-position: center;
    background-size: 100%;
    color: #fff;
}

.btn.taiwanpay-bg {
    border-color: transparent;
    background: #d4d4d4;
    color: #fff;
}

.btn.registered-bg {
    border-color: transparent;
    background: #3bb997;
    color: #fff;
    margin: 20px 0;
}

.btn.prepage-btn {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 180px;
    padding: 15px 15px 15px 5px;
    margin: 10px;
    background: #47a0d8;
    border: 0px solid #ffffff;
    border-radius: 30px;
    font-size: 28px;
    outline: none;
    color: #fff;
}

.home-btn a {
    font-weight: 600;
}

.btn.prepage-btn {
    width: 80px;
    font-size: 16px;
    padding: 12px 10px 12px 0px;
    margin: 10px;
}

.btn.jkospay-bg {
    background-size: 80%;
    height: 74px;
}

.contact-form input[type="password"], .contact-form input[type="number"] {
    width: 100%;
    padding: 10px 40px;
    margin-bottom: 60px;
    border: 5px solid #cbcbcb;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    border-radius: 50px;
}

@media (max-width: 576px) {
    .contact-form input[type="password"], .contact-form input[type="number"] {
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 40px;
        border: 3px solid #cbcbcb;
        font-size: 20px;
        font-weight: 500;
    }
}

.contact-form input[type="password"]:focus, .contact-form input[type="number"]:focus {
    outline: none;
}

.contact-form input[type="password"]::placeholder, .contact-form input[type="number"]::placeholder {
    color: #5f5f5f;
}

.layui-layer-dialog .layui-layer-content {
    line-height: 36px !important;
}

@media screen and (max-width: 576px) {
    .layui-layer-dialog .layui-layer-content {
        padding: 12px !important;
        line-height: 24px;
        font-size: 1.2em !important;
    }
}

.layui-layer-err {
    min-width: 100px !important;
    background-color: rgba(0,0,0,.6) !important;
    color: rgb(255, 0, 0);
    border: none !important;
}
