

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
body{
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  overflow-y: hidden;
  font-family: 'Arial';
}
.img-fluid {
  max-width: 100%;
  height: auto; 
}
.page_container {
  /* width: 100%; */
  height: 60%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-start; */
  /* width: 100%; */
  /* height: 100%; */
  /* top: 0%; */
  /* left: 0%; */
  /* position: absolute; */
  max-width: 100%;
  width: 67%;
  position: relative;
  margin: 0 5rem;
}
 .Label-sty{
  font-size: 1.5rem;
  font-family: 'Arla InterFace';
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
 } 
.login {
  height: 100%;
  width: 100%;
  background-image: url('../img/image/login_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
} 
.car_side{
  max-width: 100%;
  width: 45%;
}
.login .login_container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  /* width: 28%; */
  /* margin: 1rem 1rem; */
  /* position: relative; */
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
}

.login form{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.login_title{
  max-width: 100%;
  width: 24%;
}
.login .input-group{
  width: 100%;
  display: flex;
}
.login .email_container,
.login .name_container{
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.login input{
  width: 60%;
  /* height: 100%; */
  padding: .375rem .75rem;
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  outline: unset;
  font-size: 1.1rem;
  color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translateY(-50%);
}
.login input::-ms-input-placeholder,
  .login input:-ms-input-placeholder,
  .login input::-moz-placeholder,
  .login input::placeholder,
  .login input::-webkit-input-placeholder,
  .login input{
      font-size: 1.6rem;
      color: #fff;
  } 
.login input[data-autocompleted] {
  background-color: transparent !important;
}

.login .name_container img,
.login .email_container img {
  margin: 0 auto;
}

.login #invalid_name,
.login #right_name,
.login #invalid_email,
.login #right_email,
.login #found {
  font-family: sans-serif;
  position: absolute;
  font-size: 10px;
  color: #b00016;
  display: none;
}
.login .registered_before{
  font-family: "Arla InterFace";
  position: absolute;
  font-size: 11px;
  color: #b00016;
  display: none;
}
.login button{
  background-color: transparent;
  border: unset;
  cursor: pointer;
  outline: unset;
  padding: 0;
}
.login button:hover{
  background-color: transparent;
  border: unset;
  cursor: pointer;
  outline: unset;
}
.login button:focus{
  background-color: transparent;
  border: unset;
  cursor: pointer;
  outline: unset;
}
.login #game_login{
  max-width: 100%;
  width: 21%;
  margin: 0 auto;
  display: flex;
}
.login #game_register{ 
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
  -webkit-text-fill-color: #fff !important;
} 
input[data-autocompleted] {
  background-color: transparent !important;
}


  @media (max-width: 1280px) {
    .login input {
      left: 22%;
  }
  
  
  
  }
  @media (max-width: 992px) {
    .Label-sty {
      font-size: 1rem;}
 
  
      .login input {
        font-size: 0.9rem;
      }
  
  
  
  }

  @media (max-width: 500px) {
    .login input {
      font-size: 0.58rem;
    top: 52%;}
      .Label-sty {
        font-size: 1rem;}
   
  
  }

.portrait {

  position: absolute;
  
  top: 0;
  
  left: 0;
  
  width: 100%;
  
  height: 100%;
  
  display: none;
  
  min-height: 100vh;
  
  align-items: center;
  
  justify-content: center;
  
  width: 100%;
  
  background-image: url(../images/bg.png);
  
  background-repeat: no-repeat;
  
  background-position: center;
  
  background-size: cover;
  display: flex;
  height: 100vh;
  background-color: #000000db;
  z-index: 60;
  }
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    z-index: 99999999999999;
    background: rgba(0, 0, 0, 0.98);
    display: none;
  }
  
  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    z-index: 1001;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #354570;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #cea30d;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.8); */
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  #loader-wrapper .loader-section.section-left {
    left: 0;
  }
  
  #loader-wrapper .loader-section.section-right {
    right: 0;
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  
  .loaded #loader-wrapper {
    visibility: hidden;
    display: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
    -webkit-transition: all 0.3s 1s ease-out;
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
  }
  