﻿.employer-enrollment-form section {
  border-radius: 25px;
  border: 2px solid gray;
  padding: 0 2% 2% 2%;
  margin: 0 0 2% 0;
}

#secBrokerInformation {
  margin: 0;
}

.employer-enrollment-form p {
  margin: 0;
}

.employer-enrollment-form hr {
  color: #636363;
  display: block;
  margin: 10px 20px;
  border-style: inset;
  border-width: 1px;
}

.employer-enrollment-form .purple-header {
  color: #4f2683;
  font-size: 35px;
}

.employer-enrollment-form .required-field {
  color: red;
}

.employer-enrollment-form .help-question {
  font-size: 125%;
}

.employer-enrollment-form .fa-lock {
  color: #b2b2b2;
  font-size: 125%;
}

#secCompanyDetails {
  margin-top: 10px;
}

form input.ng-invalid:not(.ng-pristine) {
    box-shadow: 0 0 13px #ff8500;
    box-shadow: 0 0 13px rgba(255, 133, 0, 0.9);
}

.error-message {
    padding: 12px;
    background-color: #fff3e5;
    background-color: rgba(255, 133, 0, 0.1);
    font-weight: bold;
}

.he-form input[type="text"],
.he-form input[type="email"],
.he-form input[type="password"],
.he-form select {
  width: 100% !important;
}

.he-form input[type="radio"] {
    margin-top: 4px !important;
}
