.content_frame_login {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 600px;
    top: 0%;
    display: block;
}

.content_frame_login_mw {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 600px;
    top: 0%;
    display: none;
}

.create_user_frame {
    position: absolute;
    top:13%;
    width: 100%;
    height: auto;
    text-align:right;
    cursor: pointer;
}

.create_user_text {
    margin-right: 30px;
    font-family: Microsoft JhengHei, Arial, Verdana, Geneva, sans-serif;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width: 720px) and (max-width: 1980px) {

    .body {
        position: relative;
        width: 100%;
        height: auto;
        background-image: url("images/bg_login.png");
    }

    .button_login_fb {
        position: absolute;
        width: 20%;
        height: auto;
        cursor: pointer;
        top: 25%;
        left: 40%;
    }

    .button_login_mw {
        position: absolute;
        width: 20%;
        height: auto;
        cursor: pointer;
        top: 50%;
        left: 40%;
    }

    .guest_login_frame {
        position: absolute;
        width: 100%;
        height: auto;
        text-align:center;
        cursor: pointer;
        bottom: 5%;
    }

    .guest_login_text {
        font-family: Microsoft JhengHei, Arial, Verdana, Geneva, sans-serif;
        font-size: 20px;
        color: #666666;
        text-decoration: none;
        font-weight: bold;
    }

    .input_text {
        width: 20%;
        background-color: #FFFFFF;
        border: none;
        color: black;
        text-align: left;
        text-decoration: none;
        display: inline-block;
        padding: 1%;
        font-weight: bold;
        border-radius: 8px;
    }

    .button_login {
        width: 20%;
        background-color: #000000;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 1%;
        font-weight: bold;
        cursor: pointer;
        border-radius: 8px;
    }
}

@media screen and (max-width: 720px) {

    .body {
        position: relative;
        width: 100%;
        height: auto;
        background-image: url("images/bg_login_m.png");
    }

    .button_login_fb {
        position: absolute;
        width: 50%;
        height: 15%;
        cursor: pointer;
        top: 25%;
        left: 25%;
    }

    .button_login_mw {
        position: absolute;
        width: 50%;
        height: 15%;
        cursor: pointer;
        top: 40%;
        left: 25%;
    }

    .guest_login_frame {
        position: absolute;
        width: 100%;
        margin: auto;
        text-align:center;
        cursor: pointer;
        background-color: #666666;
        bottom: 0%;
    }

    .guest_login_text {
        font-family: Microsoft JhengHei, Arial, Verdana, Geneva, sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
    }

    .input_text {
        width: 80%;
        background-color: #FFFFFF;
        border: none;
        color: black;
        text-align: left;
        text-decoration: none;
        display: inline-block;
        padding: 2%;
        font-weight: bold;
        border-radius: 8px;
    }

    .button_login {
        width: 80%;
        background-color: #000000;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 1%;
        font-weight: bold;
        cursor: pointer;
        border-radius: 8px;
    }
}