body.auth .auth-container {
  display: flex;
  justify-content: center;
}
body.auth .auth-container .auth-container-inner {
  width: 50%;
  min-width: 300px;
}
body.auth h1,
body.auth h2,
body.auth h3 {
  color: white;
}
body.auth button.outlined {
  border: 2px white solid;
  color: white;
}
body.auth form .input-field input[type=text]:focus + label,
body.auth form .input-field input[type=password]:focus + label,
body.auth form .input-field input[type=email]:focus + label {
  color: white;
}
body.auth form .input-field input[type=text],
body.auth form .input-field input[type=password],
body.auth form .input-field input[type=email] {
  border-bottom: 1px white solid;
  box-shadow: 0 1px 0 0 white;
  color: white;
}

.white-color {
  color: white;
}/*# sourceMappingURL=zimuser.css.map */