.auth-shell {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 180px);
}

.auth-card {
  max-width: 460px;
  width: 100%;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.auth-form .input-field input {
  width: 100%;
}

#logInButton {
  margin-top: 6px;
}
