/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin:before {
    content: " ";
    background: rgba(31, 31, 31, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('https://crm.wdoffice.ge/media/login_admin.webp') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.reset-password{
    background: url('https://crm.wdoffice.ge/media/login_admin.webp') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face {
  font-family: 'Wedofont'; 
  src: url('https://crm.wdoffice.ge/resources/alk.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}