﻿#RenderBody {
    padding-top: 12%;
}


h2 {
    margin-bottom: 6px;
}

h4 {
    margin-top: 0px;
}

.input_box {
    line-height: 37px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding-right: 0;
}


.title {
    font-weight: bold;
    margin-bottom: 10px;
}

.notice {
    margin-bottom: 30px;
}


.red_box {
    background-color: #e50010;
    color: white;
    width: 244px;
    padding: 16px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border: none;
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
}

.login {
    margin-right: 23px;
}

.btn_group {
    margin: 20px 0 20px 0;
}

.a_href {
    font-size: 12px;
    margin-top: 20px;
}

.popcard {
    background-color: #e50010;
    color: white;
    width: 100%;
    padding: 16px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border: none;
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
}


@media only screen and (max-width: 1030px) {
    /*ipad*/

    .w4 {
        width: 90%;
    }

    .red_box {
        background-color: #e50010;
        color: white;
        width: 46%;
        padding: 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border: none;
        font-family: 'Microsoft JhengHei';
        font-weight: bold;
    }
}


@media only screen and (max-width: 420px) {
    /*  iphone 8 plus */
    .w4 {
        width: 90%;
    }

    .red_box {
        background-color: #e50010;
        color: white;
        width: 46%;
        padding: 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border: none;
        font-family: 'Microsoft JhengHei';
        font-weight: bold;
    }
}