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;
}