* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box; }
  * input, * button, * textarea {
    font-family: "Roboto", sans-sarif !important; }

html {
  -webkit-text-size-adjust: none; }

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100%;
  padding: 60px 0 30px; }
  body [name="form_auth"] {
    display: block;
    max-width: fit-content;
    margin: 0 auto 40px; }
    body [name="form_auth"] .row {
      justify-content: center; }
    body [name="form_auth"] .logo {
      display: block;
      width: 100%;
      max-width: 450px;
      margin: 0 auto 40px; }
    body [name="form_auth"] input {
      height: 40px; }
    body [name="form_auth"] [type="submit"] {
      display: block;
      min-width: 50%;
      max-width: fit-content;
      min-height: 40px;
      margin: 0 auto; }

/*# sourceMappingURL=auth.css.map */
