.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%;
}

.amount-form .radio-label span {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*padding-bottom: 20px;*/
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    color: #4a4a4a;
}

/*.amount-form .radio-label p{
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    padding-top: 45px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
     color: rgb(141, 148, 150);
}*/

.contact-form input[type="password"], .contact-form input[type="number"] {
    width: 100%;
    padding: 10px 40px;
    margin-bottom: 10px;
    border: 5px solid #cbcbcb;
    font-size: 36px;
    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;
}

@media screen and (max-width: 798px) {
    .amount-form .radio-label>input+.donate-amount {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 94px;
        height: 90px;
        margin: 5px;
        border: 8px solid #e0e0e0;
        border-radius: 50%;
        background: #fff;
    }
    .laundry-subtitle {
        padding: 3px;
        text-align: left;
    }
    .laundry-subtitle p {
        font-size: 30px;
    }
    .dryer-subtitle {
        padding: 3px;
        text-align: left;
    }
    .dryer-subtitle p {
        font-size: 30px;
    }
}

@media screen and (max-width: 400px) {
    .amount-form .radio-label>input+.donate-amount {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 90px;
        height: 90px;
        margin: 1px;
        border: 5px solid #e0e0e0;
        border-radius: 50%;
        background: #fff;
    }
}
