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;
    width: 100vw;
    height: 100vh;
}

iframe {
    border: none;
}

.form-control {
    height: inherit;
}

.content {
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
    position: absolute;
    top: 80px;
    min-height: calc(100vh - 80px);
}

.banner {
    /* position: fixed; */
    font-size: 1.5rem;
    color: #000000;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FEF2E3;
    font-weight: 700;
    height:80px;
}
