.img-headerlogo {
    height: 66px;
    width: auto;
}
 @media only screen and (min-width: 320px) and (max-width: 768px) {
     .img-headerlogo{
            height: 46px;
    width: auto;
    }
}
.authFooter {position: absolute;
  right: 0;
  bottom: 0;
  left: 0;}
.pageFooter {height:100%}
