.cust{
      margin: 0em 0em 1em 0em;
    }
.login-page {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.login-page.has-custom-bg {
    background-image: var(--login-bg);
}

.hide-password {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 49px;
  }
  #toast-container{
    top: 20px !important;
  }

