@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
    background-image: url("/static/images/login.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}

html, body { min-height: 100%; }

body {
  background: url("/static/images/login.png") center/cover no-repeat fixed !important;
  background-color: transparent !important;

}
