.login_bg {
    /* The image used */
    /* background-image: url("https://img.freepik.com/free-photo/medicine-capsules-global-health-with-geometric-pattern-digital-remix_53876-126742.jpg?w=740&t=st=1668056853~exp=1668057453~hmac=41accb21d64f0c7d0cb452b35d1e7a77d0905e39edd592dec911d23f2d7965ee"); */
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../img/background/bg_login.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }