@font-face {
  font-family: "SukhumvitSet-Text";
  src: url("../webfonts/sukhumvit-set_text.woff.ttf"); }
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../webfonts/SourceSansPro-Regular.otf") format("opentype");
  font-style: normal; }
body {
  font-family: "SukhumvitSet-Text";
  margin: 0;
  padding: 0;
  color: white;
  background: url("../images/2_BG.png");
  background-size: cover;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  overscroll-behavior: none;
  overflow: scroll; }

.box-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  min-height: 100vh; }
  .box-container .word-container {
    position: relative;
    width: 100%;
    height: 50%;
    border: 0 solid green; }
  .box-container .word-box {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 1vw solid #2a2a29;
    padding: 10px;
    width: 22vw;
    /*height: 100px */
    font-weight: normal;
    font-size: 1.4vw;
    cursor: pointer;
    margin: 5px;
    text-transform: uppercase;
    background-color: #2a2a29;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .box-container .word-box .text-box {
      position: absolute;
      border: 0 solid deeppink; }
  .box-container .word-box:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #e10512;
    border-radius: 10px; }
  .box-container .counter-container {
    border: 10px solid red;
    position: absolute;
    top: 0;
    right: 0;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 8vw;
    font-weight: bold;
    z-index: 10;
    margin: 30px;
    border-radius: 10px;
    background-color: #2a2a29;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .box-container .rentit-container {
    position: absolute;
    width: 15vw;
    height: 15vw;
    z-index: 20;
    left: 38%;
    bottom: 0;
    background: url("../images/rentit_logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 5vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.start-container {
  border: 5px solid red;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10vw;
  height: 5vw;
  font-size: 2vw;
  font-weight: bold;
  z-index: 3000;
  margin: 30px;
  border-radius: 10px;
  background-color: #2a2a29;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.modal-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200; }
  .modal-container .modal-window {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 400px;
    border: 3px solid white;
    border-radius: 10px; }
    .modal-container .modal-window h1 {
      font-size: 1.3rem;
      padding-top: 0.95rem; }
    .modal-container .modal-window .modal-status {
      width: 100%;
      border: 3px solid green; }

.welcome-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.welcometext-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0; }
  .welcometext-container h2 {
    font-size: 1.5rem; }

#welcomeClick {
  font-size: 80pt;
  cursor: pointer;
  /*&:hover
   * color: #999999 */ }

.form_error_show {
  color: red; }

.rotateRentiT {
  animation: mymove 2s infinite; }

@keyframes mymove {
  50% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=styles.css.map */
