p {
  color: #9b9595;
}

body .navbar a img {
  width: 120px;
}

body .reg-form .row .col-12 .card .card-body h3 {
  color: #ec4d26;
}

body .reg-form .row .col-12 .card .card-body h5 {
  margin-top: 20px;
  margin-bottom: 0;
  color: #9b9595;
}

body .reg-form .row .col-12 .card .card-body hr {
  margin-top: 3px;
}

body .reg-form .row .col-12 .card .card-body .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ec4d26;
  background-color: #ec4d26;
}

body .reg-form .row .col-12 .card .card-body input:required,
body .reg-form .row .col-12 .card .card-body textarea:required,
body .reg-form .row .col-12 .card .card-body select:required,
body .reg-form .row .col-12 .card .card-body input[type="file"] {
  background-color: #d3d3d34f;
  border-bottom: 0.2px solid #ec4d26a1;
}

body .reg-form .row .col-12 .card .card-body .is-invalid {
  background-color: #ec4d26a1 !important;
  border-bottom: 0.2px solid #dc3545 !important;
}

body .reg-form .row .col-12 .card .card-body .terms {
  text-decoration: underline;
}

body .reg-form .row .col-12 .card .card-body .image-preview div img {
  width: 80%;
  margin: 0 auto;
}

body .reg-form .row .col-12 .card .card-footer .btn {
  background-color: #ec4d26;
  color: white;
}

body .reg-form .row .col-12 .card .card-footer .btn:hover {
  color: #000;
}

body .reg-form .row .col-12 .card .card-footer .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .reg-form .row .col-12 .card .card-footer .cancel {
  background-color: #9b9595;
}
/*# sourceMappingURL=style.css.map */