﻿
.pageTitle {
    text-align: center;
    font-size: 1.7rem;
    font-weight: normal;
}

.tab-content > .tab-pane {
    padding: 2px;
    font-size: 1.5rem;
}

.tab-pane-1 {
    background-color: #f8f9fa;
}

.tab-pane-2 {
    background-color: #d4edda;
}

.tab-pane-3 {
    background-color: #d1ecf1;
}

.tab-pane-4 {
    background-color: #fff3cd;
}

.form-group, .input-group {
    margin-bottom: 0.25rem;
}

.form-group {
    margin-bottom: 0.25rem;
}

h1, .h1 {
    margin-bottom: 0.3rem;
}

.form-bg-light {
    background-color: #ebeced !important;
}
