body {
    font-family: Source Sans Pro, Helvetica Neue, Roboto, Noto Sans CJK TC, Heiti TC, -apple-system, BlinkMacSystemFont, Ubuntu, Cantarell, 微軟正黑體, sans-serif;
    background-color: #252835;
    font-size: 14pt;
    text-align: left;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.front_input label {
    white-space: nowrap;
}

.form-control {
    height: inherit;
}

.banner_1 {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.inputBlock {
    padding: 10px;
    background-color: #F2F2F2;
    font-weight: 700;
    align-items: center;
}

    .inputBlock label:first-child {
        display: flex;
        align-items: center;
    }

.hide_preview {
    display: none;
}

.banner {
    /* position: fixed; */
    font-size: 2rem;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #1C4853;
    font-weight: 700;
}

.backBtn {
    width: 50px;
    position: absolute;
    right: 15px;
}

    .backBtn img {
        width: 100%;
    }

.type1, .type2 {
    display: none;
}
