.cactus-main-menu.cactus-user-login ul li a {
  background-color: #d8d5db !important;
}
.ihc-login-link {
  text-align: center;
}
.ihc-login-link a {
  margin-top: 5px;
}
.ihc-strength-wrapper {
  display: none;
}
.locker-profile {
  text-align: center;
}
.locker-profile label {
  display: block;
  margin: 15px 0 10px;
  text-align: left;
}
.locker-profile input[type='email'],
.locker-profile input[type='password'],
.locker-profile input[type='text'],
.locker-profile select {
  appearance: none;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  color: #797979;
  height: 42px;
  line-height: 15px;
  margin: 0;
  padding: 11px;
  transition: all 0.2s linear;
  width: 100%;
}
.locker-profile input[type='email']:focus,
.locker-profile input[type='password']:focus,
.locker-profile input[type='text']:focus,
.locker-profile select:focus {
  border-color: #04417f;
}
.locker-profile .select {
  align-items: center;
  display: grid;
  grid-template-areas: "select";
  position: relative;
}
.locker-profile .select::after {
  background-color: #04417f;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  content: "";
  height: 0.5em;
  justify-self: end;
  margin-right: 1em;
  width: 0.8em;
}
.locker-profile .select::after,
.locker-profile .select select {
  grid-area: select;
}
.locker-profile .checkbox input {
  margin: 0 12px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.locker-profile__login_next,
.locker-profile__form_documents_button,
.locker-profile__finish_button,
.locker-profile button[type='submit'],
.locker-profile input[type='submit'] {
  background-color: #04417f;
  border-radius: 30px;
  color: #fff;
  font-family: museo sans, Sans-serif;
  font-weight: 900;
  margin-top: 20px;
  padding: 10px 40px;
}
.locker-profile__login_next:hover,
.locker-profile__form_documents_button:hover,
.locker-profile__finish_button:hover,
.locker-profile button[type='submit']:hover,
.locker-profile input[type='submit']:hover {
  background-color: #005d9d;
}
.locker-profile__start_button {
  background-color: #049d31;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-family: museo sans, Sans-serif;
  font-weight: 900;
  margin: 20px auto;
  padding: 15px 40px;
  text-transform: uppercase;
}
.locker-profile__login {
  display: none;
}
.locker-profile__login_step2 {
  display: none;
}
.locker-profile__form {
  display: none;
}
.locker-profile__form_documents label {
  background: #fff;
  border: 5px dashed #04417f;
  display: block;
  margin: 20px 0 0;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.locker-profile__form_documents_button {
  display: block;
  padding: 20px;
}
.locker-profile__form_documents_file {
  height: 1px;
  margin-top: -2px;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}
.locker-profile__form_documents_files {
  margin-bottom: 20px;
}
.locker-profile__form_documents_files_file {
  cursor: pointer;
  margin-top: 5px;
}
.locker-profile__form_documents_files_file_icon {
  margin-left: 10px;
}
.locker-profile__finish {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  border-color: #46b450;
  color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
  border-color: #dc3232;
  color: #fff;
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form.wpcf7-form.wpcf7-response-output {
  border: 2px solid #f00;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-textarea {
  background-color: #fff;
  color: #000;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-display-none {
  display: none;
}


/*# sourceMappingURL=app.css.map*/