/* X2 Mobile Email Field Fix v1
   Restore only the visible email entry control. */

@media (max-width: 780px) {
  .home-auth .email-field {
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border: 1px solid #cfd3d9 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  .home-auth .email-field input {
    width: 100% !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
