html {
  background: url("/login/assets/visuals/background.png");
  background-size: cover;
}

body {
  background: linear-gradient(to left, rgba(83, 113, 240, 0.9), rgba(71, 197, 224, 0.9));
  height: 100vh;
}

main {
  background-color: #fff;
  color: rgba(255, 255, 255, 0.8);
  margin-left: -145px;
  min-height: 250px;
  height: auto;
  width: 290px;
}

header {
  background-color: #3c414a;
}

.switcher-container,
.switcher-dropdown {
  background: #272728;
  border-color: rgba(255, 255, 255, 0.24);
}

.switcher-container label {
  color: #fff;
}

.text-container {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.text-container h2 {
  color: rgba(255, 255, 255, 0.8);
}
.input-container label {
  color: #000;
  font-weight: bold;
}
.input-container .shared-session-key-input,
.input-container .email-input {
  background: #fff;
  color: #000;
  border: solid 1px #60add7;
  width: 100%;
  border-radius: 5px;
}

.link-container {
  padding: 16px 0 0;
  margin: 0 auto;
  text-align: center;
}

.link-container a {
  color: #60add7;
}

.input-container .content {
  border: solid 1px rgba(255, 255, 255, 0.24);
  background-color: #272728;
  color: #fff;
}
.markdown code,
.markdown tt,
.markdown pre {
  background-color: transparent;
}

button.primary {
  border-radius: 5px;
  width: 100%;
}

.provider-switcher-tiles .switcher-item {
  width: 35%;
  border: 1px solid #60add7;
  margin-right: 6%;
  border-radius: 5px;
  margin-bottom: 15px;
}

.provider-switcher-tiles .switcher-item label {
  margin-left: 5px;
  color: #000;
}
.err-container:empty {
  display: none;
}
.provider-switcher-container {
  margin-bottom: 10px;
}
.logo-container img {
  display: none;
}
.logo-container {
  background: url("/login/assets/visuals/zerobias_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  max-width: 100%;
  margin: 0 auto;
}
button.secondary {
  margin-top: 15px;
  width: 100%;
  border-radius: 5px;
}
