/**
 * account-guest.css
 */

.entry-header {
  display: none;
}

.entry-content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

body .entry-content:not(:first-child) {
  margin-top: 0;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  display: block;
  width: 100%;
  float: unset;
  margin-right: unset;
}

body .woocommerce .woocommerce-form-login .lost_password a {
  /* background-color: pink; */
  display: block;
  padding: 10px 0;
  font-weight: 600;
}

body .lost_reset_password .form-row {
  width: unset;
  float: unset;
}

body .lost_reset_password button[type='submit'] {
  display: block;
  width: 100%;
}
