#auth-access .ym-account-card input[type="email"],
#auth-access .ym-account-card input[type="password"],
#auth-access .ym-account-card input[type="text"] {
  text-align: center !important;
}

#auth-access .ym-account-card input::placeholder {
  text-align: center !important;
}

@media (max-width: 760px) {
  #auth-access .ym-account-card input[type="email"],
  #auth-access .ym-account-card input[type="password"],
  #auth-access .ym-account-card input[type="text"] {
    text-align: center !important;
  }
}
