body.login {
  background:
    radial-gradient(circle at top left, rgba(204, 233, 212, 0.42), transparent 32%),
    linear-gradient(180deg, #f4efe5 0%, #eef2f3 100%);
}

body.login #login {
  width: min(420px, calc(100vw - 32px));
  padding-top: 5vh;
}

body.login #login h1 a {
  display: none;
}

.login form {
  border-radius: 24px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 50px rgba(31, 41, 55, 0.08);
}

.outvue-live-auth-login {
  margin-top: 16px;
}

.outvue-live-auth-card {
  border-radius: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.07);
  box-sizing: border-box;
  overflow: hidden;
}

.outvue-live-auth-brand {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #587366;
  margin-bottom: 8px;
}

.outvue-live-auth-subtext {
  margin: 0 0 14px;
  color: #5c6673;
  line-height: 1.5;
}

.outvue-live-auth-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #183329, #37584b) !important;
  box-shadow: 0 14px 28px rgba(24, 51, 41, 0.24) !important;
  text-shadow: none !important;
  box-sizing: border-box !important;
  float: none !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.outvue-live-auth-button:hover,
.outvue-live-auth-button:focus {
  background: linear-gradient(135deg, #1c3b2f, #416559) !important;
}
