/******* UPDATE PSW *******/
#update_pw #logo, #reset_pw #logo {
  display: block;
  max-width: 250px;
}

#update_pw #logo img, #reset_pw #logo img {
  width: 100%;
}

#update_pw header, #reset_pw header {
  background: #fff;
  margin-top: 0;
  padding: 20px 0;
}

#update_pw header::after, #reset_pw header::after {
  display: none;
}

#update_pw section h1, #reset_pw section h1 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0.6em;
  font-size: 2rem;
  line-height: 1em;
  text-align: left;
  display: inline-block;
  color: #000;
}

#update_pw section p, #reset_pw section p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}

#update_pw section .content, #reset_pw section .content {
  max-width: 1100px;
  margin: 6rem 1rem 0 1rem;
}

#update_pw section .form-buttons a, #reset_pw section .form-buttons a {
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-block;
  padding: 1em 2em;
  color: #000;
  border: 1px solid #000;
  margin-right: 2em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.075em;
}

#update_pw section .form-buttons a:last-of-type, #reset_pw section .form-buttons a:last-of-type {
  margin-right: 0;
}

#update_pw section .form-buttons a:hover, #reset_pw section .form-buttons a:hover {
  color: #fff;
  background: #000;
  border: solid 1px #000;
}

#update_pw section .form-buttons, #reset_pw section .form-buttons {
  margin-top: 2rem;
}

#update_pw section .fx-field input, #reset_pw section .fx-field input, #update_pw section .fx-field textarea, #reset_pw section .fx-field textarea {
  border: 1px solid #abb7c4;
  font-size: 1rem;
  padding: 0.5em;
  width: 100%;
  color: #000;
}

#update_pw section .fx-field, #reset_pw section .fx-field {
  margin-right: 5%;
  margin-bottom: 1.5rem;
}

#update_pw section label, #reset_pw section label {
  font-size: 1rem;
  color: #1C253B;
  background: #fff;
  left: 0.5em;
  padding: 0 0.25em;
}

#update_pw section textarea, #reset_pw section textarea {
  resize: none;
  height: 10em;
}

#update_pw section .fx-msg, #reset_pw section .fx-msg {
  left: 0 !important;
  top: 100% !important;
  color: #ff0000;
  font-size: 0.875em;
}

#update_pw section .fx-input:focus ~ label, #reset_pw section .fx-input:focus ~ label, #update_pw section .fx-input.hasData ~ label, #reset_pw section .fx-input.hasData ~ label {
  left: 0.75em;
}

#update_pw section, #reset_pw section {
  padding: 3em 0;
}

#update_pw, #reset_pw {
  background: #fff;
}
