.form-panel {
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px; }
  .form-panel h5 {
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee; }

.btn {
  border-radius: 0; }

.button-holder {
  margin-bottom: 30px; }

#main-content .row > [class*="col-"]:not(.col-12) + [class*="col-"]:not(.col-12) {
  margin-top: 0; }

.form-control {
  border-radius: 0;
  /*border-color: #001f45;*/ }

.form-group .reference-mark {
  color: #001f45 !important; }

.checkbox-row label {
  display: flex;
  flex-direction: row; }

.checkbox-row input {
  margin-right: 15px; }

.button-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0; }

.privacyPolicy {
  text-decoration: underline; }