body{
  font-family: 'Poppins', sans-serif
}

.bg-img{
  background: #ED1C24;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


.login-form{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .bg-img{
    height: 35vh;
  }

  .bg-img img{
    width: auto !important;
    height: 80% !important;
  }

  .login-form{
    height: 60vh;
    padding: 0px 30px;
  }

} 