.header {
  background: #fff;
  color: #f1f1f1;
  position: fixed;
  top: 0;
  width: 100%;
  height:108px;
  padding-top:24px;
  padding-bottom:24px;
  padding-left:24px;
}

.portal-content {
  margin-top:108px;
  background-color: #f1f5f8;
  padding: 16px;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.logo-svg{
  background: url("logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    padding: 0;
    width: 140px;
    height: 55px;
    text-decoration: none;
    background-position:left
}

#header-text{
  color:#000;
  margin-bottom:0px;
  margin-left:20px;
}

.page-wrapper{
  display: flex;
  flex-flow: column;
  height: 100%;
}


.login-panel{
  height:300px;
  width:300px;
  display:flex;
  flex-flow:row;
  align-items:center;
  padding-left:10px;
  padding-bottom:0px !important;
}

.document-panel{
  height:200px;
  display:flex;
  flex-flow:row;
  padding-left:10px;
  padding-top:15px;
}

.document-thumbnail{
  margin-left:30px;
}

.pay-panel{
  height:80px;
}

.passenger-panel{
  height:80px;
}

.panels-wrapper{
  flex: 1 1 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.panel-row{
  margin-top:-50px;
}

.bottom-panels{
  margin-bottom:30px;
}
