html,
body {
  height: 100%;
}
 
/* .form-signin {
  max-width: 330px;
  padding: 1rem;
} */

header{
    background-color:rgb(52 95 174);
}

.edusoft-logo{ 
    width: 180px;
    border-radius: 6px;
    padding: 6px;
    background: white;
}

.form-signin{
     
}

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

.circle-login {
  width: 60px;
  top: 48%;
  left: -20px;
  z-index:-1;
}

.cube-login {
  width: 100px;
  bottom: -20px;
  left: 10%;
  rotate: 30deg;

}

.triangle-login {
  width: 70px;
  top: -13px;
  left: 80%;
  rotate: 22deg;
}
@media (min-width: 768px) {
  .triangle-login {
    top: -3px;
    left: 40%;
  }
 }
.home-banner{
  right: -90px;
  /* top: 0; */
  width: 55%;
  bottom: -150px;
  z-index: -1;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
 background-color:transparent;
}