.form-group.required .control-label:after {
    content:"*";
    color:red;
  }

input#submitButton {
    width:100%;
}

.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-selection__arrow {
    height: 44px !important;
}
div.card-body {
    background-color:lightgrey;
}
label {
    font-weight:bold;
}
input {
    margin-top:2%;
    margin-bottom:2%;
}
@media screen and (max-width:767px) {

    }
