@import url("bootstrap/bootstrap.css");


body{
  background-color:#1F2B49;
  color:#fff;
}

table{
  background-color:#fff;
  color:#000;
}

.title{
  height:100vh;
}

.title .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width:100%;
    position:absolute;
}




.title img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}




.titlelogo{
  width:100%;
  height:auto;
}