form {
  text-align: center;
  padding: 0 2.5rem;
}
form .form-outline .form-control:focus ~ .form-label {
  color: #FF5500;
}
form .form-outline .form-control:focus ~ .form-notch .form-notch-leading, form .form-outline .form-control:focus ~ .form-notch .form-notch-middle, form .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #FF5500;
}
form .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
  box-shadow: -1px 0 0 0 #FF5500, 0 1px 0 0 #FF5500, 0 -1px 0 0 #FF5500;
}
form .form-outline .form-control:focus ~ .form-notch .form-notch-middle {
  border-color: #FF5500;
  box-shadow: 0 1px 0 0 #FF5500;
  border-top: 1px solid transparent;
}
form .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #FF5500;
  box-shadow: 1px 0 0 0 #FF5500, 0 -1px 0 0 #FF5500, 0 1px 0 0 #FF5500;
}
form button.btn, form a.btn {
  background-color: #FF5500;
  color: #FFF;
  border: 1px solid #FF5500;
  font-size: 1pxrem;
}
form button.btn:hover, form a.btn:hover {
  background-color: #FFF;
  color: #FF5500;
  border: 1px solid #FF5500;
}/*# sourceMappingURL=profile.css.map */