@font-face {
    font-family: LPsans;
    src: url(/fonts/PTSans-Regular.ttf);
  }
  

body.auth{
    background-attachment:scroll;
    background-clip:border-box;
    background-color:rgb(242, 244, 248);
    background-image:url(/img/splash.jpg);
    background-origin:padding-box;
    background-position-x:0%;
    background-position-y:0%;
    /* background-repeat-x:; */
    /* background-repeat-y:; */
    background-size:cover;
    /* height: 100%; */
    font-family: LPsans;
    
}
div.imglay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
div.auth-wrap{
    min-height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}
div.auth{
    background-color: #edf3f9e6;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 100px;
}
