body{
  padding-top:0px!important;
  background: whitesmoke;
  font-family: "Open Sans";
  background: #cedae9;
  background: #CEDAE9 url(../img/css/bodyBg4.png) repeat-x top left;
  abackground:white;
  font-size:14px;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.well{
  height:auto!important;
}