:root {
  --primary-color: #ae67de;
}


.login-box {
  background-color: #fff;
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  font-family: "REM", sans-serif;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
}

.login_wrapper {
  height: 100vh;
  position: relative;
   z-index: 1;
}

.login_wrapper::after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #7bb3ff, #226daa);
  opacity: 0.4;
  z-index: 0;
  border-radius: 100%;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px) translateX(20px) scale(1.2);
  }
}

.form-card {
  background: #ffffff26;
  border-radius: 26px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: #fff -1px 0px 7px 0px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  padding: 15px;
  position: relative;
   z-index: 1;
}

.form-border {
  background-color:#fffffff7;
 border: 1px solid #ffffff5e;
  border-radius: 20px;
  padding: 15px 30px;
}

.login_img {
  position: absolute;
  bottom: -137px;
  left: 0px;
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
  z-index: 0;
}

.bottom-img {
  z-index: -1;
  position: relative;
}

.login_img2 {
 position: absolute;
  bottom: 0;
  right: -45px;
  max-width: 880px !important;
  width: 880px !important;
  height: auto;
  z-index: 1;
}

.login-box .login-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  margin-bottom: 100px;
}

.login-box .form-card .form-head {
  padding: 10px 0;
}

.login-box .form-head p {
  color: #ffffffb5;
  font-size: 14px;
  font-weight: 300;
}

.login-box .form-head .title {
  color: #000000f5;
  font-weight: 700;
  font-size: 27px;
  margin-top: 0;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}

.login-box .form-head .sub-title {
  color: #000000f5;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  text-align: center;
}

.login-box {
  background: radial-gradient(#1B86E1, #6eaddfc2);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
}

.login-box .login-media {
  height: 100vh;
  width: 100%;
}

.login-box .login-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-box label {
  color: #000000de;
  font-weight: 500;
}

.form-control {
  height: calc(1em + 1rem + 10px);
  background: rgb(255 255 255 / 11%);
  border-radius: 12px !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: transparent;
  color: #000000d6;
    font-size: 14px;
  padding-left: 45px;
}

.form-control:focus-within {
  background: transparent;
  color: #000000d6;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.form-control::placeholder {
  color: #000000d6;
  opacity: 0.8;
  text-transform: capitalize;
  font-size: 14px;
}


.login-box .form-card .login-inner-form .login-btn {
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  width: 100%;
  margin-top: 15px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 1.2px;
  background: #398ed7;
  border: none;
  color: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 3px 0px #9dc5e8;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.login-box .form-card .login-inner-form .login-btn:hover {
  position: relative;
  color: #fff;
  background: #398ed7;

  border-color: transparent;
  transform: translateY(-2px) scale(1.03);
  overflow: hidden;
}

.input-group-text {
  font-size: 16px;
  background: linear-gradient(45deg, #398ed7, #398ed7);
  color: #fff;
  border-radius: 8px !important;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.input-group-prepend {
  margin-right: -1px;
  position: absolute;
  left: 5px;
  z-index: 9;
  top: 5px;
}

.login-inner-form .input-group {
 
  gap: 10px;
  background: rgba(255, 255, 255, 0);
  border-radius: 10px !important;
  box-shadow:0 0px 5px #479ce3;
}

.form-group a {
  color: #000;
}

.login-box .input-group .text-danger {

  color: #f5707a !important;
  position: absolute;
  bottom: -23px;
  left: 0px;
}

.show-hide-btn {
  position: absolute;
  top: 5px;
  right: 2px;
  z-index: 4;
}

.description-box {
  background: #fff;
  padding: 20px;
  border-radius: 13px;
  margin-left: 60px;
  margin-top: 80px;
}

.about-us {
  color: #000;
}


.circle-shap {
 
   background-color:white;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.inner-image-circle {
   background-color:#6ea5d582;
  height:600px;
  border-radius:50%;
  width: 600px;
  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

.circle1{
  background-color:#ffffff47;
  height:500px;
  border-radius:50%;
  width: 500px;
  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation: pulse3 10s linear infinite;
}

.circle2{
  background-color:#66b2f3;
  height:20px;
  border-radius:50%;
  width: 200px;
  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  color:white;
  font-size:40px;
  transform: translate(-50%,-50%);
  animation: pulse 4s linear infinite;
}

.circle3{
  background-color:#66b2f3;
  height:100px;
  border-radius:50%;
  width: 100px;
  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size:50px;
  animation: pulse2 3s linear infinite;
}
@keyframes pulse{
  0%{width:300px;height:300px;}
  50%{width:350px;height:350px;}
  100%{width:300px;height:300px;}
}

@keyframes pulse2{
  0%{width:100px;height:100px;}
  50%{width:20px;height:200px;}
  100%{width:280px;height:280px;}
}

@keyframes pulse3{
  0%{width:500px;height:500px;}
  50%{width:550px;height:550px;}
  100%{width:500px;height:500px;}
}

.light {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background-color: #ffffff;
  box-shadow: 0 0 20px 2px #e9f1f1;
  border-radius: 50%;
  bottom: -50px;
  animation: floatUp 8s infinite ease-in;
  z-index: 0;
}


@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    transform: translateY(-120vh) scale(1.5);
    opacity: 0;
  }
}

/* Varying speeds and positions */
.x1 {
 -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2 {
 -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3 {
 -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4 {
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5 {
 -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6 {
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7 {
   -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8 {
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9 {
 -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

/* login responisve */

@media only screen and (max-width:1200px){
.login_img2{
  max-width: 750px !important;
  width: 750px !important;
}
.inner-image-circle{
  height: 550px;
  width: 550px;
}
.circle1{
  height:300px;
  width: 300px;
}
@keyframes pulse3{
  0%{width:400px;height:400px;}
  50%{width:450px;height:450px;}
  100%{width:500px;height:500px;}
}
}
@media only screen and (max-width:1100px){
 .login_img2 {
    max-width: 695px !important;
    width: 695px !important;
  }
}

  
