@font-face {
  font-family: Raleway;
  src: Raleway;
}

.InputModule-scaledCheckbox {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  margin-left: 1em;
}

.LoginStylesheet-loginText {
  font-family: Raleway;
  font-size: 1.2em;
  color: #404952;
}

.LoginStylesheet-loginPanel {
  position: relative;
  margin: auto;
  margin-top: calc((90vh - 412px) / 2);
  width: 30em;
  background-color: white;
  z-index: 20;
  padding: 5em;
  text-align: center;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.LoginStylesheet-reauthPanel {
  position: relative;
  margin: auto;
  margin-top: calc((90vh - 512px) / 2);
  width: 30em;
  background-color: white;
  z-index: 20;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 4em;
  padding-bottom: 3.5em;
  text-align: center;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.LoginStylesheet-logoImage {
  width: 20em;
}

.LoginStylesheet-loginAssistance {
  color: gray;
  color: #404952;
  font-family: Raleway;
  font-size: 1.2em;
  cursor: pointer;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.LoginStylesheet-loginAssistance:hover {
  color: black;
}

.LoginStylesheet-videoBackground {
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
}

.LoginStylesheet-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width:42em) {
  .LoginStylesheet-loginPanel {
    width: calc(100vw - 2em);
    padding: 3em;
  }
  .LoginStylesheet-reauthPanel {
    width: calc(100vw - 2em);
    padding: 3em;
  }
  .LoginStylesheet-logoImage {
    width: 100%;
  }
}
