


/*.login-img {
  background-image: url("../img/bg_pims.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background- ;
  }*/


  .login-img { 
      position: relative; 
      height: 100vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url("../img/bg_pims.jpeg");
      background-size: cover;
  }

  .login-img::before {
      content: "";
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-color: rgba(255,255,255,0.6);
  }




.logo-img {
  background-image: url("../img/bg_pims.jpeg");
/*  height: 400px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
.login-form{
  position: relative;
  width: 60rem!important;
}

.blur-img{
  background-image: url("../img/female_pims.png");
/*  height: 400px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bg-v01-class{
  background-image: url("../img/bg-v01.webp");
/*  height: 400px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.div_blur { 
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
/*    background-image: url("../img/bg_pims.jpeg");*/
    background-size: cover;
}

.div_blur::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.75);
    border-radius: 1rem 1rem 1rem 1rem;
}
.div_blur_text{
  position: relative;
}



.login-btn{
  background-color: #01017C;
  color: #f3e8ff;
}
.login-btn:hover{
  background-color: #040454;
  color: #ffffff;
}