﻿
.form-control {
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

h2, label {
    font-weight: bold;
    font-family: 'Microsoft JhengHei';
}

.btn-orange {
    background-color: #f3a200;
    color: white;
}

@media only screen and (min-width: 375px) and (max-width: 812px) {
    input, textarea, select {
        max-width: 100%;
    }
}
@media (min-width: 801px) {
    #preview {
        max-width: 100px;
    }
}

