@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "poiret_oneregular";
  src: url("../fonts/poiretone-regular-webfont.woff2") format("woff2"), url("../fonts/poiretone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "spinnakerregular";
  src: url("../fonts/spinnaker-regular-webfont.woff2") format("woff2"), url("../fonts/spinnaker-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "saira_condensedextralight";
  src: url("../fonts/sairacondensed-extralight-webfont.woff2") format("woff2"), url("../fonts/sairacondensed-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uchenregular";
  src: url("../fonts/uchen-regular-webfont.woff2") format("woff2"), url("../fonts/uchen-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pragati-narrow";
  src: url("../fonts/pragati-narrow-v8-latin-regular.woff2") format("woff2"), url("../fonts/pragati-narrow-v8-latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin-regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "th1";
  src: url("../fonts/th1.woff") format("woff");
  font-weight: 1000;
  font-style: normal;
}
@font-face {
  font-family: "th2";
  src: url("../fonts/Minecraft.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "th3";
  src: url("../fonts/PixelOperatorMono8.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "th4";
  src: url("../fonts/m1.ttf");
}
@font-face {
  font-family: "NoteMono";
  src: url("../fonts/NotoMono-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FAKERECE";
  src: url("../fonts/FAKERECE.ttf");
}
/* cyrillic-ext  */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cyrillic-ext.woff") format("woff");
  unicode-range: "U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F";
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cyrillic.woff") format("woff");
  unicode-range: "U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116";
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/vietnamese.woff") format("woff");
  unicode-range: "U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB";
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/latin-ext.woff") format("woff");
  unicode-range: "U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF";
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/latin.woff") format("woff");
  unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD";
}
*, ::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #f8f9fa;
  font-family: "Quicksand", sans-serif;
}
body ::-webkit-scrollbar {
  display: none;
}

.body--container {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.body--container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body--container .boxcontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-rows: 1fr 250px 1fr;
}
.body--container .boxcontainer .boxheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.body--container .boxcontainer .boxheader .headerlogo {
  font-family: "poiret_oneregular";
  font-size: 45px;
  font-weight: bolder;
  color: #ededed;
}
.body--container .boxcontainer .box {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.body--container .boxcontainer .box .loginbox {
  position: relative;
  display: grid;
  grid-template-columns: 180px 180px 180px;
  grid-template-rows: 40px;
  gap: 10px;
}
@media screen and (max-width: 650px) {
  .body--container .boxcontainer .box .loginbox {
    grid-template-columns: 180px;
    grid-template-rows: 35px 35px 35px;
    gap: 15px;
  }
}
.body--container .boxcontainer .box .loginbox input {
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #252525;
}
.body--container .boxcontainer .box .loginbox button {
  border: none;
  background-color: #EB455F;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: grid;
  place-content: center;
  border-radius: 3px;
  transition: background-color 0.4s ease-out;
}
.body--container .boxcontainer .box .loginbox button:hover {
  background-color: #eb203e;
  transition: background-color 0.4s ease-in;
}
.body--container .boxcontainer .box .loginbox .logText {
  position: absolute;
  top: -30px;
  left: 0;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.body--container .boxcontainer .box .loginbox .remobox {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-content: center;
}
.body--container .boxcontainer .box .loginbox .remobox input[type=checkbox] {
  background-color: #EB455F;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}
.body--container .boxcontainer .box .loginbox .remobox label {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #d8d7d7;
}
.body--container .boxcontainer .box .loginbox .dayend {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EB455F;
  display: grid;
  place-content: center;
  color: #fff;
  text-transform: capitalize;
}
.body--container .boxcontainer .boxfooter {
  display: grid;
  grid-template-rows: 1fr 40px;
}
.body--container .boxcontainer .boxfooter .head {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #d8d7d7;
}
.body--container .boxcontainer .boxfooter .social {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.body--container .boxcontainer .boxfooter .social .sociallogo {
  width: 40px;
  height: 40px;
}
.body--container .boxcontainer .boxfooter .social .sociallogo a {
  text-decoration: none;
}
.body--container .boxcontainer .boxfooter .social .sociallogo a img {
  width: 100%;
  height: 100%;
}
.body--container .boxcontainer .boxfooter .rights {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #d8d7d7;
  display: grid;
  place-content: center;
}

.loadscreen {
  display: none;
}

@keyframes dayendAni {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadscreen--display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadscreen--display .loadboxcontainer {
  width: 120px;
  height: 120px;
  animation: dayendAni 2s linear 0.5s infinite alternate;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.loadscreen--display .loadboxcontainer .loadbox {
  background-color: rgba(255, 255, 255, 0.231372549);
  display: grid;
  place-content: center;
}
.loadscreen--display .loadboxcontainer .loadbox svg {
  fill: #efe;
}
.loadscreen--display .loadboxcontainer .loadbox:nth-child(1) {
  background-color: rgba(248, 40, 40, 0.6549019608);
}
.loadscreen--display .loadboxcontainer .loadbox:nth-child(4) {
  background-color: rgba(248, 40, 40, 0.6549019608);
}/*# sourceMappingURL=login.css.map */