body, html {
    height: 100% !important;
    font-family: 'Montserrat';
    line-height: 1.7;
    color: #545454;
  }

  
  .bekgraund {
    /* The image used */
    background-image: url(images/login/bg3.jpg);
  
    /* Full height */
    height: 100% !important;
  
    /* Center and scale the image nicely */
    position: relative !important;
    background-position: relative !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

.loginbox {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.hedr {
    color: rgb(255, 255, 255);
    filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
    font-family: 'Poiret One', cursive;
}

.logo {
    width: 75px;
}

