input,
select {
    height: 50px;
    border: 0;
    border-radius: 5px;
    line-height: 50px;
    padding: 0 15px !important;
    background: #f2f2f2;
}

.button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    background: #1164c3;
}

.button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 100%;
    border-radius: 5px;
    transition: .3s;
}

.button_content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.type_a:before {
    background: #fcab75;
}

/* .close_button {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 15px;
    cursor: pointer;
} */

.close_button {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 15px;
    cursor: pointer;
}

.logining .show_frame {
    padding-right: 16px !important;
}

.back_white {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255,255,255,.75);*/
    z-index: 99999;
}

.show_box_area {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.show_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    padding: 50px;
    margin: 0 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    z-index: 9999999;
}

.show_box>img {
    max-width: 100px !important;
    margin-bottom: 25px;
}

.show_box h2 {
    width: 100%;
    padding: 12.5px;
    text-align: center;
}

.show_box_small h2 {
    color: #1164c3;
    font-weight: 400;
}

.show_box h2 span {
    font-weight: 100;
}

.show_box_small {
    max-width: 450px;
}

/* .show_box_area {
    justify-content: flex-start;
} */

/**登入註冊**/

.account_table {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}

.show_box_small input,
.show_box_small select {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.branch_input {
    border-radius: 25px !important;
}

.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    margin-bottom: -256px;
    z-index: 999999;
}

.top iframe {
    height: 280px;
}

.top+* {
    margin-top: 65px;
}

.footer {
    width: 100%;
    height: 319px;
    z-index: 999999;
}

.footer iframe {
    height: 319px;
}

@media screen and (max-width: 1023px) {
    .logining .show_frame {
        padding-right: 0px !important;
    }

    .top {
        height: 65px;
        /*margin-bottom: 405px;*/
    }

    .top iframe {
        height: 65px;
    }

    .footer,
    .footer iframe {
        height: 624px;
    }
}