/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: "Poppins" , sans-serif;*/
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom left, #cc00cc -24%, #0066ff 98%);
  /*background-image: url('https://gisupport.org/backgroundforHome.png');*/
  /*background-size: cover;*/
 /* background: #7d2ae8;*/
  /*background-image:url({{url('img/gisicon.png'')}})*/
  /*background-image: url({{asset('img/background.png')}});*/

  padding: 30px;
}
.container{
  position: relative;
  max-width: 950px;
  /*max-height: 2000px !important;*/
  width: 100%;
  background: #fff;
  padding: 120px 30px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  perspective: 2700px;
  /*margin-left: auto;
  margin-right: auto;*/
  margin-left: 15%;
  margin-right: 25%;
  /*border-radius: 25px;*/
  

}
.container .cover{
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  height: 100%;
  width: 70%;
  z-index: 98;
  transition: all 1s ease;
  transform-origin: left;
  transform-style: preserve-3d;

}
.container #flip:checked ~ .cover{
  transform: rotateY(-180deg);
}
 .container .cover .front,
 .container .cover .back{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #149ddd;
}
.cover .back{
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.container .cover::before,
.container .cover::after{
  content: '';
  position: absolute;
  margin-top: 20px;
  height: 100%;
  width: 100%;
  /*background: #0080FF;*/
  opacity: 0.5;
  z-index: 12;
}
.container .cover::after{
  opacity: 0.3;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.container .cover img{
  position: absolute;
  height: 100%;
  width: 100%;
  /*object-fit: cover;*/
  z-index: 10;
}
.container .cover .text{
  position: absolute;
  z-index: 130;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cover .text .text-1,
.cover .text .text-2{
  font-size: 40px;
  font-weight: 600;
  color: blue;
  -webkit-text-stroke: 1px blue;
  -webkit-text-fill-color: #ffffff;
  text-align: center;
}
.cover .text .text-2{
  font-size: 27px;
  font-weight: 1000;
  color: #ffffff;

}
.container .forms{
  height: 100%;
  width: 100%;
  background: #fff;
}
.container .form-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-content .login-form,
.form-content .signup-form{
  width: calc(100% / 2 - 25px);
  /*width: 30%;*/
}
/*gislogo*/
.forms .form-content .logo {
  display: flex;
  margin-top: -40px;
  object-fit: contain;
  width: 80%;
  overflow:hidden
  /*width: 50px;*/
  /*  position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-align: center !important;*/
}
@media screen and (max-width: 1000px){   
    .forms .form-content .logo{      
          max-width: 100%;
    } 
    .container{
      /*max-width: ;*/
      padding:120px 0px;
      margin:0;
    }
}

/*end of gis logo*/
.forms .form-content .title{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: gray;
  text-align: center;
  margin-top: 55px;
  font-family: "Arial Black" !important;
}
.forms .form-content .title:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 25px;
  /*background: #0080FF;*/
}
.forms .signup-form  .title:before{
  width: 20px;
}
.forms .form-content .input-boxes{
 /* margin-top: 130px;*/
}
.forms .form-content .input-box{
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.form-content .input-box input{
  height: 100%;
  width: 100%;
  /*outline: none;*/
  border-radius: 15px;
  border-color: skyblue !important;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  /*border-bottom: 2px solid rgba(0,0,0,0.2);
  border-top: 2px solid rgba(0,0,0,0.2);*/
  /*transition: all 0.3s ease;*/
  border-width: thin;
  width: 90%;
  margin: auto;
}
.form-content .input-box input:focus,
.form-content .input-box input:valid{
  /*border-color: #0080FF;*/
  /*width: 75%;
  margin: auto;
  border-radius: 40px !important;
  height: 60px !important;
  background: #339933 !important;*/
}
/*.fa-envelope:before {
    text-align: right !imporant;
    display: flex !important;

}*/
.form-content .input-box i{
  position: absolute;
  color: gray;
  font-size: 24px;
  right:30px;
  position:absolute;
  top:15px;
}
.forms .form-content .text{
  font-size: 14px;
  font-weight: 500;
 /* color: #333;*/
}
.forms .form-content .text a{
  text-decoration: none;
}
.forms .form-content .text a:hover{
  text-decoration: underline;
}
.forms .form-content .button{
  color: #fff;
  margin-top: 40px;
}
.forms .form-content .button input{
  color: #fff;
  background: #0080FF;
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.forms .form-content .button input:hover{
  background: #5b13b9;
}
.forms .form-content label{
  color: #5b13b9;
  cursor: pointer;
}
.forms .form-content label:hover{
  text-decoration: underline;
}
.forms .form-content .login-text,
.forms .form-content .sign-up-text{
  text-align: center;
  margin-top: 25px;
}
.container #flip{
  display: none;
}
@media (max-width: 730px) {
  .container .cover{
    display: none;
  }
  .form-content .login-form,
  .form-content .signup-form{
    width: 100%;
  }
  .form-content .signup-form{
    display: none;
  }
  .container #flip:checked ~ .forms .signup-form{
    display: block;
  }
  .container #flip:checked ~ .forms .login-form{
    display: none;
  }
}
.login{
  background:#339933 !important;

  margin: auto;
  border-radius: 40px !important;
  height: 60px !important;
  width: 75% !important;
}
