@font-face {
  font-family: "Medium";
  src: url("./assets//font/Georama-Medium.ttf");
}

@font-face {
  font-family: "Regular";
  src: url("./assets//font/Georama-Regular.ttf");
}

@font-face {
  font-family: "Bold";
  src: url("./assets/font/QuantumRise-Bold.otf");
}

.error {
  font-size: 20px;
  margin-bottom: -10px;
  font-family: "Pluto";
  color: #e12d2c;
  margin-top: -2%;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
}

#turn {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  background-image: url("assets/rotate.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15%;
  display: none;
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("./assets/Yellow-BG.jpg");
  background-repeat: no-repeat;
  margin: 0 auto;
  display: none;
  overflow: hidden;
}

#loader #loaderImgIcon img {
  width: 100%;
}

#loader #loaderGIF img {
  width: 100%;
}

#register_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* background-image: url("./assets/BG03-min.png"); */
  background-repeat: no-repeat;
  margin: 0 auto;
  display: none;
  overflow: hidden;
}

#bgGradient {
  position: absolute;
  width: 100%;
}

#topHeader {
  position: relative;
  width: 100%;
  height: 20%;
}

#topLeftLogo {
  width: 60%;
  left: 0;
  position: absolute;
}

#topRightLogo {
  position: absolute;
  width: 33%;
  right: 3%;
  top: 13%;
}

#scoreText {
  height: 28%;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

#scoreText div {
  text-align: center;
  color: white;
  font: 4.5vh Bold;
}

#timeTakenText {
  color: #e51937 !important;
}

.input_section {
  position: relative;
  text-align: center;
  height: 31%;
}

#submitText {
  font: 2vh Medium;
  color: white;
  width: 80%;
  margin: 0 auto;
}
.txt_field {
  width: 100%;
  margin: 0 auto;
}

input {
  width: 68%;
  padding: 1vh;
  margin: 0 auto;
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 1vh;
  font: 2vh Regular;
  color: grey;
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(0, 0, 0, 0.2);
}
input:focus {
  outline: none;
}

#buttonContainer {
  width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  justify-content: center;
}

.button {
  width: 35%;
  color: white;
  position: relative;
  margin: 0vh 1vh;
  display: flex;
  align-items: center;
}

.button p {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  font: 2.5vh Medium;
  line-height: 0;
}

@media (min-width: 765px) {
  body {
    background-color: white;
  }
  #register_section {
    max-width: 48vh;
  }
}

@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */

  #register_section {
    max-width: 48vh;
  }
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */

  #register_section {
    max-width: 48vh;
  }
}
