html {
  /*background: url("/login/assets/visuals/background.png");*/
  background-color: #000;
}

body {  
  height: 100vh;
  background-color: #0f0f0f;
  /*background: url("/login/assets/visuals/background.jpg");*/
}

main {
  /*background-color: #242839;*/
  background: rgba(20, 21, 20, 0.3);
  color: #eee;
  /*margin-left: -145px;*/
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;  
  width: 550px;
  /*border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 5px;*/
}

.login-section {
  border: 2px solid #313e51;
  border-radius: 10px;
  padding: 16px 60px 80px 60px;
  width: 300px;
}

header {
  display:none;
}

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

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

.text-container {
  color: rgba(255, 255, 255, 0.7);
  text-align: start;
  margin-bottom: 20px;
}
.text-container h2 {
  color: #fff;
}
.text-container p {
  font-weight: bold;
  color: white;
  font-size: larger;
}
.input-container label {
  color: #fff;
  font-weight: bold;
}
.input-container i {
  color: #000;
  bottom: -8px;
  font-size: 15px;
}
.input-container .shared-session-key-input,
.input-container .email-input {
  height: 46px;
  font-size: 15px;
  padding: 13px 5px 16px 32px;

  background: #fff;
  color: #000;
  border: solid 1px rgba(255, 255, 255, 0.7);
  width: 100%;
  border-radius: 5px;
}



.link-container a {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 80px;
}

.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: 9999px;
  width: 100%;
  height: 46px;
  background-color: rgba(18,17,82,255);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
}

.register-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 4;
}

.register-container a {
  font-weight: bold;
}

.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 {
  color: #ffc1c1;
}
.err-container:empty {
  display: none;
}
.provider-switcher-container {
  margin-bottom: 10px;
}
.logo-container img {
  /*display: none;*/
}
.logo-container {
  /*background: url("/login/assets/visuals/Logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: 30px;
  height: 240px;  */
  max-width: 100%;  
}
button.secondary {
  margin-top: 15px;
  width: 100%;
  border-radius: 9999px;
}

footer {
  display: none;
}