@media only screen and (max-width: 1400px) {
  main.register,
  main.login {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  main.register,
  main.login {
    width: 96%;
  }
}
@media only screen and (max-width: 576px) {
  main.register,
  main.login {
    width: 96%;
  }
  main.register section.auth .form,
  main.login section.auth .form {
    width: 100%;
  }
  main.register section.auth .form .input-field,
  main.login section.auth .form .input-field {
    width: 100%;
  }
  main.register section.auth .form .input-field input,
  main.login section.auth .form .input-field input {
    width: 100%;
  }
}/*# sourceMappingURL=auth-responsive.css.map */