/* page ---------------------------------------*/
body {
    background-color: #e9f4ff;
}
main {
    padding: 1rem 0;
}
.footer-copyright {
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
    background-color: #aaa;
    font-size: .8rem;
}
.page-header {
    text-align: center;
    position: relative;
    background: url(../images/bg-top.svg), #b2d7fb;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header .header-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}
.page-header .header-wrap img {
    width: 60px;
    margin-right: 1rem;
}
.page-header .header-wrap h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.5rem;
    color: #3b85cf;
}
h3 {
    font-size: 1rem;
    background-color: #b2d7fb;
    padding: 0.5rem;
    border-radius: 4px;
}
h4 {
    font-size: 1rem;
    color: #000;
    font-weight: normal;
}
.info-box{
    border: 2px solid #b2d7fb;
    border-radius: 4px;
    background: rgb(255, 253, 236);
    padding: 1rem;
    margin-bottom: 1rem;
}
.basic-info-form{
    margin-bottom: 3rem;
}
.qa-box {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}
b {
    color: #dc3545;
}
.form-footer {
    text-align: center;
}
.form-footer .form-page {
    color: #666;
}
select.form-control{
    width: 40%;
}
@media (max-width: 576px) {
    select.form-control{
        width: 100%;
    }
}
.input-inline{
    border-radius: 4px;
    border: 1px solid #ced4da;
    margin: 0 4px;
    width: 5rem;
    padding: .375rem .75rem;
}

.mb-8-custom {
    margin-bottom: 0.8rem;
}

.mt-8-custom {
    margin-top: 0.8rem;
}

/* Added for enlarge font and avoid affect sweetalert2 and sticky footer */
body {
    font-size: 1.5rem;
}
h3, span:not(.swal2-popup *):not(.swal2-popup) { font-size: 1.5rem; }

button, input, select, textarea {
    font-size: inherit !important;
}

h2 { font-size: 2.0rem; }

input[type="radio"],
input[type="checkbox"] {
    transform: scale(1.2);
    margin-top: 0.55em;
}

.swal2-popup {
    font-size: 1.25rem;
}
/*h1 { font-size: 3rem; }
h4, h5, h6, p, div, span {
    font-size: 1.5rem;
} */
/*h1 { font-size: 3rem; }
h4, h5, h6, p, div, span {
    font-size: 1.5rem;
} */

html, body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1; /* allow main to grow and push footer down */
}
