body{
    background: #fff !important;
}

.login h1 a{
    display: none !important;
}

#loginform{
    border-radius: 13px;
    background-color: #ffffff;
    border: 1px solid #d7dce4;
}

body{
    position: relative;
}

/* body::before{
  content: '';
  background-image: url(../img/logo-ivahid-full.svg);
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  z-index: -2;
} */