/*html,*/
/*body {*/
/*  height: 100%;*/
/*}*/

.edusoft-header-wrapper{
    background: white;
    padding: 20px;
    border-radius:16px;
    margin-top:20px;
}
.edusoft-logo{
  width: 140px;
}

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

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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: 80px;
    top: auto;
    width: 380px;
    /* height: 450px; */
    bottom: 0;
}

.body-gradient{
    background: #013378;
    background: -webkit-linear-gradient(0deg, rgba(1, 51, 120, 1) 0%, rgba(0, 164, 117, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(1, 51, 120, 1) 0%, rgba(0, 164, 117, 1) 100%);
    background: linear-gradient(0deg, rgba(1, 51, 120, 1) 0%, rgba(0, 164, 117, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#013378", endColorstr="#00A475", GradientType=0);
}

.landing-clg-img{
    width:100%;
    height:450px;
}

.landing-main{
    background-size: 40px 40px;
    background-image: linear-gradient(to right, #ffffff17 1px, transparent 1px), linear-gradient(to bottom, #ffffff1c 1px, transparent 1px);
}
