

body{
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items: center;
    background: #ddd;
}

.card{
  overflow:hidden;
  border-radius:10px;
  min-height:500px;

}

.img-left{
  width:45%;
  background: url("https://ridewithbluebird.com/images/icons/logo_.png") center;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-body{
  padding:2rem;
}