html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 70%;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}



/*Custom style here*/
.form-sec {
  position: relative;
  margin: 10px;
  padding: 0;
  height: auto;
  background-color: #2d3043;
  border-radius: 5px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  box-shadow: 0 0 25rem rgb(248 251 53);
}
.signin-bg-circle {
  position: absolute;
  height: 50%;
  background-color: #e3eb3638;
}
.circle1 {
  top: 0;
  left: 0;
  width: 51%;
}
.circle2 {
  bottom: 0;
  right: 0;
  width: 49%;
}
.login-sec {
  background-color: #292c3d;
  padding: 50px 0;
}
.login-sec h4 {
  color: #b9bdcb;
  font-size: large;
  padding: 15px;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #fff 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.form-control {
  background-color: #2d3043;
  color: #ffffff;
  border-radius: 0;
  border-top: 1px solid #6c6c6d;
  border-bottom: 1px solid #6c6c6d;
  border-left: transparent;
  border-right: transparent;
}
.form-floating>label {
  color: #c9cacb;
}
.form-control:focus {
  color: #cacbcb;
  background-color: #53576f40;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(45 48 67);
}
.login-sec a, .login-details a {
  text-decoration: none;
  color: #b9bdcb;
  font-size: 12px;
}
.login-btn {
  display: block;
  border: 1px solid darkred;
  padding: 10px 0;
}
.login-btn {
  display: block;
  border: 2px solid #f25d59;
  padding: 10px 0;
  border-left: transparent;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.login-btn, .forgot-btn {
  transition: all .5s ease;
}
.login-btn:hover {
  background-color: #f25d598a;
}
.login-btn:hover, .forgot-btn:hover {
  color: #eeeff2;
}

/*left style here*/

.login-details {
  padding: 50px 20px;
}
.login-details img {
  max-width: 150px;
}
.login-details h5 {
  margin-top: 50px ;
  font-size: 30px;
  color: #e2e2e2;

}
.login-details a {

}




@media (max-width: 576px) {
  .form-signin {
    max-width: 95%;
  }
  .sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}