::selection{
  background-color: #7549d0;
  color: #fff;
}

.login-box {
  background-color: #ffffff;
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  font-family: "REM", sans-serif;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
}
/*  {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
} */

.login-box  .login-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  margin-bottom: 100px;
}

/* .login-box  .form-card {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
} */

.login-box  .form-card .form-head {
  margin: 10px 0;
  padding: 10px 0;
}


.login-box .form-head .title {
  color: #0e0e0e;
  font-weight: 700;
  font-size: 45px;
  font-family: cursive;
  margin-top: 0;
  margin-bottom: 15px;
}

.login-box .form-head .sub-title {
  color: #0e0e0e;
  font-weight: 600;
  font-size: 18px;
}

.login-box  {
  background-color: rgb(255 248 244);
  /* padding: 30px; */
  /* border-radius: 20px 20px 0px 0px; */
  /* border-radius: 20px; */
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
}
.login-box  .login-media{
   height: 100%;
  width: 100%;
  /* margin: 20px;   */
  border-radius: 10px;
  overflow: hidden;   
   background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1; 
  padding: 40px;
}

.login-box  .login-media::after{
  content: '';
  position: absolute;
  inset: 0;
  background: #7549d0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.login-box  .login-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
label {
  color: #000;
  font-weight: 700px;
}
.form-control{
  height: calc(1.5em + 1rem + 10px);
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.login-box .form-card .login-inner-form .login-btn{
  padding: 10px 25px;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #7549d0;
  border-color: #7549d0;
  transition: all 0.5s;
  box-shadow: 0px 5px 10px 0px #7649d08f;
}
.login-box .form-card .login-inner-form .login-btn:hover{
  transition: all 0.5s;
  background-color: #7549d0;
  border-color: #7549d0;
}
.input-group-text{
  font-size: 18px;
  background-color: transparent;
  border: navajowhite;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100% !important;
}
  /* 
  .login-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  } */

.login-box .ocean {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.login-box{
  z-index: 2;
}


.login-box .login-wrap{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; 
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


/* 
.login-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  background: #fff;
  background: linear-gradient(132deg, #7549d0, #591BC5, #212335);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
}

50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
} */

.login-inner-form .input-group{
  width: 100%;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 20%);
    padding: 5px;
    align-items: center;
}

/* .login-box .login-wrap::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 200px;
  height: 200px;
  background: #7549d0;
  border-radius: 100px;
  opacity: 0.2;
} */

.input-group-text{
  width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    background: #7549d0;
    border-radius: 100%;
    color: #fff;
}

.login-box .form-control{
  border: 0;
  background-color: transparent;
  height: 100%;
}

.login-box .logo img{
  max-width: 200px;
  width: 100%;
  height: auto;
}

.login-box svg{
    position: absolute;
    rotate: 180deg;
    top: -25px;
    right: 0px;
    opacity: 0.2;
    z-index: -1;
    width: 520px;
    height: fit-content;
}
