*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', Sans-Serif;
  box-sizing: border-box;
}
/*preloader*/
#loading{
  width: 100%;
  height: 100vh;
  background: #fff
  url(/images/1491.gif)
  no-repeat center;
  z-index: 99999;
}

.container{
  width: 100%;
  height: 100vh;
background-image: url(/images/images.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.signup-box{
  width: 90%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 30px 60px 50px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 30px 50px rgba(0,0,0,0.2);
}
.login-box{
  width: 90%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 50px 60px 70px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 30px 50px rgba(0,0,0,0.2);
}
.login-box h1,
.signup-box h1{
  font-size: 20px;
  margin-bottom: 30px;
  color: #3c00a0;
  position: relative;
}
.login-box h1::after,
.signup-box h1::after{
  content: '';
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background: #3c00a0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.icon{
  width: 20px;
  margin-left: 15px;
  color: #999;
}
.logo{
  width: 100%;
}
.input-field{
  background: #eaeaea;
  margin: 15px 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  max-height: 65px;
  transition: max-height 0.5s;
  overflow: hidden;
}
/*login & signup page input*/
.input1{
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 18px 15px;
}
form p{
  margin-bottom: 5%;
  text-align: left;
  font-size: 13px;
}
form p a{
  text-decoration: none;
  color: #3c00a0;
}
.btn-field{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.btn-field button{
  flex-basis: 100%;
  background: #3c00a0;
  color: #fff;
  height: 40px;
  border-radius: 10px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: background 1s;
}
.login-input-group{
  height: 160px;
}
/*.input-group{
  height: 240px;
}*/

/*about css start*/
/*about page input*/
.input2{
  width: 100%;
  background: transparent;
  border: 1px solid #3c00a0;
  outline: ;
  padding: 8px 15px;
}
.home-box{
  width: 90%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 20px 30px 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 30px 50px rgba(0,0,0,0.2);
}
.home1-box{
  width: 95%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 10px 30px 10px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 30px 50px rgba(0,0,0,0.2);
}
span{
  color: #3c00a0;
}
T{
  color: #43ff42;
}
.para{
  text-align: left;
}
.trx-btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.trx-btn button{
  flex-basis: 100%;
  margin-bottom: 7%;
  font-weight: bold;
  background: #3c00a0;
  color: #fff;
  height: 40px;
  border-radius: 10px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: background 1s;
}
.home-box h3{
  font-size: 20px;
  margin-bottom: 10px;
  color: #3c00a0;
  position: relative;
}
.home-box h5{
  color: red;
}
.signup-box h5{
  color: red;
  font-size: 10px;
}


.marquee{
  background-color: #3c00a0;
  margin: 2px 0;
  color: #fff;
}
.home-btnarea table{
  width: 100%;
  height: 70px;
}
.home-btnarea table tr td img{
  width: 35%;
}
.home-btnarea table tr td a{
  text-decoration: none;
  background: #7a079e;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin: 2px 0;
  border-radius: 5px;
}
.invit-btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.invit-btn button{
  flex-basis: 100%;
  margin-top: 5%;
   margin-bottom: 5%;
  font-weight: bold;
  background: #3c00a0;
  color: #fff;
  height: 30px;
  border-radius: 5px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: background 1s;
}