.custom-authenticator {
  border: 1px solid transparent;
}

.custom-authenticator div[data-amplify-container] {
  border: 2px solid transparent;
}

.custom-authenticator div[data-amplify-router] {
  border: 2px solid transparent;
  box-shadow: none;
}

.custom-authenticator
  .amplify-button.amplify-button--primary.amplify-button--fullwidth[type="submit"] {
  background-color: #e87b21;
}

.custom-authenticator
  .amplify-button.amplify-button--link.amplify-button--small[type="button"] {
  color: #e87b21;
}

.custom-authenticator
  .amplify-button.amplify-button--link.amplify-button--small[type="button"]:hover {
  background-color: transparent;
}

.custom-authenticator
  .amplify-button.amplify-field__show-password[type="button"][aria-label="Show password"] {
  color: white;
}

.custom-authenticator
  .amplify-button.amplify-field__show-password[type="button"][aria-label="Show password"]:hover {
  background-color: transparent;
}

.custom-authenticator
  .amplify-field-group__outer-end
  .amplify-button.amplify-field__show-password[type="button"][aria-label="Show password"] {
  background-color: #e87b21;
  border: none;
  outline: none;
}

.custom-authenticator
  .amplify-button
  .amplify-field-group__control
  .amplify-button--primary {
  background-color: transparent;
}

.custom-authenticator
  .amplify-button.amplify-field-group__control.amplify-button--primary[type="submit"] {
  background-color: #e87b21;
}
