	/* Coded with love by Mutiullah Samim */
		body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			background: #d2d6de !important;
		}
		.user_card {
			height: 500px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: linear-gradient(to bottom right, rgb(50, 195, 180, 0.5) 2%,rgb(50, 195, 180, 0.6), rgb(50, 195, 180, 0.7), rgb(50, 195, 180, 0.3));
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 20px;

		}
		.user_card_register {
			height: 585px;
			width: 450px;
			margin-top: auto;
			margin-bottom: auto;
			background: linear-gradient(to bottom right, rgb(50, 195, 180, 0.5) 2%,rgb(50, 195, 180, 0.6), rgb(50, 195, 180, 0.7), rgb(50, 195, 180, 0.3));
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 20px;

		}
		.brand_logo_container {
      position: absolute;
      height: 132px;
      width: 180px;
      top: -75px;
      padding-top: 10px;
      text-align: center;
	  
			
		}
    .brand_logo_border{
      position: absolute;
      height: 93px;
      width: 167px;
      top: 0px;
      text-align: center;
      border-bottom-left-radius: 150px;
      border-bottom-right-radius: 150px;
      border: 8px solid hsl(194, 100%, 9%, 0.4);
      border-top: 0;
	  

    }
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: .5px solid hsl(194, 100%, 9%, 0.9);
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			background: rgb(50, 195, 150);
			

		}
		.form_container {
			margin-top: 60px;
		}
		.form_container_register {
			margin-top: 30px;
		}
		.form_container_auth {
			margin-top: 40px;
		}
		/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}


/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.wrap-login100 {
  width: 450px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0px 33px 0px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 200px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.center img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.login100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 290px;
}

.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 28px;
  color: #0000;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-top:5px;
  padding-bottom: 20px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}
.wrap-input100_register {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 7px;
}
.input100 {
  font-family: Poppins-Medium;
  font-size: 14px !important;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 45px;
  border-radius: 20px;
  padding: 0 50px 0 70px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  width: 50%;
  height: 50px;
  border-radius: 25px;
  background: rgb(50, 195, 160);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 992px) {
  .wrap-login100 {
   padding: 40px 15px 33px 15px;
  }

  .login100-pic {
    width: 25%;
  }

  .login100-form {
    width: 50%;
  }
}
@media (max-width: 988px) {
  .wrap-login100 {
   padding: 40px 15px 33px 15px;
  }

  .login100-pic {
    width: 150px;
  }

  .login100-form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrap-login100 {
   padding: 40px 15px 33px 15px;
  }

  .login100-pic {
    width: 150px;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 35px 15px 33px 15px;
  }
}
