/******************************************************************************
 ** Custom form behaviour *****************************************************
 ******************************************************************************/
div.error
{
  color: #a94442;
}

form.registerForm textarea {
  height: 250px;
}

form.registerForm ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 2px;
}

form.registerForm .medication_provider label {
  margin-left: 10px;
}

form.registerForm .medication_provider ul {
  list-style: none;
}

.profile form .checkbox-label {
  margin-left: 25px;
}

.password-input-wrap {
  position: relative;
}

.password-input {
  padding-right: 44px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #767676;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.password-toggle:hover,
.password-toggle:focus {
  color: #36b0b2;
}

.password-toggle-icon {
  display: block;
  width: 18px;
  height: 18px;
}
form.profileAllergiesForm .checkbox-label {
  margin-left: 25px;
}
