body{
    background: transparent !important;
}
.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: 25px;
}
select.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0 1.2rem;
    border-bottom: 1px solid #ced4da;
    border-radius: 25px;
}
.form-section {
    background-color: #eaeaea;
    padding: 15px;
    border-radius: 15px;
}

.form-section-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    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;
}body{
    background: transparent !important;
}
.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: 8px;
}
select.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0 1.2rem;
    border-bottom: 1px solid #ced4da;
    border-radius: 8px;
}
.form-section {
    background-color: #eaeaea;
    padding: 15px;
    border-radius: 15px;
}

.form-section-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    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;
}
.form-title.main {
    text-align: center;
    margin-bottom: 25px;
}
button.btn.btn-type {
    width: 160px;
    height: 160px;
    background: #fff;
    margin: auto;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 2px #00000033;
    flex-direction: column;
    transition: all linear 300ms;
}
button.btn.btn-type:hover {
    box-shadow: 0 0 15px #00000033;
}
button.btn.btn-type.selected {
    background-color: #e20f64;
    color: #fff;
}
button.btn.btn-type.selected img{
    filter: invert(1);
}
button.btn.btn-type img{
    max-width: 50px;
}
label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 3px;
    font-weight: bold;
}
