@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
::placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
}
nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  box-shadow: 0 0 6px #000;
  background: rgba(0, 0, 0, 0.5);
}
.settingsBox {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  top: calc(50% - 55px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.signUpBox {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
.loginBox {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
.whatsYourNameText {
  font-size: 35px;
  display: block;
}
.nameBoxInput {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 32px;
}
.boxInput {
  font-family: 'Roboto', sans-serif;
  padding: 8px;
  background: rgba(0, 0, 0, 0.5);
  width: 425px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  display: block;
  border: none;
  box-shadow: 0 0 6px #000;
  outline: none;
}
.playButton {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 125px;
}
.button {
  width: 92px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px #000;
  border: none;
  color: #fff;
}
.overlayCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
}
.createAccountButton {
  position: relative;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 80px;
  background: rgba(31,133,222,0.5);
  border: none;
  outline: none;
  border-radius: 5px;
  color: #fff;
  height: 35px;
  box-shadow: 0 0 6px #1F85DE;
  float: right;
}
.loginButton {
  position: relative;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  width: 80px;
  background: rgba(31,133,222,0.5);
  border: none;
  outline: none;
  border-radius: 5px;
  color: #fff;
  height: 35px;
  box-shadow: 0 0 6px #1F85DE;
  float: right;
}
.logout {
  position: relative;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 80px;
  background: rgba(31,133,222,0.5);
  border: none;
  outline: none;
  border-radius: 5px;
  color: #fff;
  height: 35px;
  box-shadow: 0 0 6px #1F85DE;
  float: right;
}
.signupName {
  margin-top: 30px;
}
.signupEmail {
  margin-top: 30px;
}
.signupPassword {
  margin-top: 30px;
}

.loginName {
  margin-top: 30px;
}
.loginPassword {
  margin-top: 30px;
}
.formSubmit {
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
}
.loginSubmit {
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
}
.signUpText {
  font-size: 35px;
  position: relative;
  left: 75%;
  font-family: 'Roboto', sans-serif;
  transform: translate(-50%);
  display: block;
}
.loginText {
  font-size: 35px;
  position: relative;
  left: 90%;
  font-family: 'Roboto', sans-serif;
  transform: translate(-50%);
  display: block;
}
.information {
  position: relative;
  left: 10px;
}
.information1 {
  position: relative;
  left: 10px;
}
