body{
    background: transparent !important;
}
label{
    font-weight:bold;
}
.form-submit-button{
    max-width: 200px !important;
}
.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    padding: 1.2rem 1.2rem;
    border-bottom: 1px solid #ced4da;
    border-radius: 5px;
}
select.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0 1.2rem;
    border-bottom: 1px solid #ced4da;
    border-radius: 5px;
}
.form-section {
    background-color: #eaeaea;
    padding: 15px;
    border-radius: 15px;
}

.form-section-title {
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    background: #e20f64;
    border-radius: 10px;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.form-row.bordered {
    border-bottom: 1px dashed #e20f64;
    padding-bottom: 8px;
    margin-bottom: 8px !important;
}