html{
  min-height: 100%;
}
@media(min-width: 768px){
  .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    -ms-transform: translate(-50% ,-50%);
  }
}