.body{
  height: 100vh ;
  background-image: url('/images/background1300.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.copy p{
  color: white !important;
}


@media screen and (max-width: 768px){
  .login-card{
    padding-right: 0 !important;
  }
}