.registration-form .form-control {
  background-color: #fff;
  height: calc(1.5em + 0.75rem + 2px);
  border-color: #ced4da;
  border-style: solid;
  border-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-top-width: 0.0625rem;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-width: 0;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  margin-top: 7px;
}

.registration-form .services-label, .register-captcha .control-label {
  text-transform: uppercase;
  color: #212529;
  font-weight: 400;
  margin-bottom: 0 !important;
  font-size: 13px;
}

/*
label .reference-mark{
    display: none !important;
}
*/
.register-captcha .control-label svg {
  display: none;
}

.register-captcha .control-label::after {
  content: "*";
  font-weight: bold;
  color: #dc3545;
}

.registration-form .sheet {
  border: 0 !important;
}

.registration-form .sheet .panel-group .panel-body {
  margin-bottom: 0 !important;
}

.search-j-btn .btn-secondary, .search-j-btn .btn-primary {
  background-color: #faa317;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 3ms;
  display: flex;
  border-color: #faa317;
  align-self: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 1.5rem;
}

.search-j-btn .btn-secondary {
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 3ms;
  display: flex;
  border-color: #000;
  align-self: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid;
  margin-left: 1.5rem;
}

.search-j-btn {
  justify-content: space-between;
}