.auth-active {
  background: #ebecf0;
  font-family: "Montserrat", "Space Grotesk", sans-serif;
  letter-spacing: -0.2px;
  font-size: 16px;
}

.auth-active div,
.auth-active p {
  color: #babecc;
  text-shadow: 1px 1px 1px #fff;
}

.auth-active .login-form {
  padding: 16px;
  width: 320px;
  margin: 0 auto;
}

.auth-active .segment {
  padding: 32px 0;
  text-align: center;
}

.auth-active button,
.auth-active input {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #ebecf0;
  text-shadow: 1px 1px 0 #fff;
}

.auth-active label {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}

.auth-active input {
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}

.auth-active input:focus {
  box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}

.auth-active button {
  color: #61677c;
  font-weight: 700;
  box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}

.auth-active button:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}

.auth-active button:active {
  box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}

.auth-active button .icon {
  margin-right: 8px;
}

.auth-active button.red {
  display: block;
  width: 100%;
  color: #ae1100;
}

.auth-message {
  margin-top: 14px;
  min-height: 20px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #61677c;
}

.auth-message.is-error {
  color: #ae1100;
}

.google-signin-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 4px;
}

.auth-active .page-shell {
  display: none;
}
