header {
    margin: 0;
    color: rgba(0,0,0,.87);
    height: 70px;
    background-color: #fff;
    align-items: center;
    white-space: nowrap;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    flex-direction: row;
    box-sizing: border-box;
    display: flex!important;
}
.header-top {
    background-color: #0E73D8;
    color: #fff;
    text-align: center;
    font-size: .75em;
    height: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}
.headerLogo {
    align-items: center;
    margin-left: 16px;
    margin-top: 20px;
}
#headerImg {
    height: 40px;
    border: 0;
}
.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.btn-primary,
.btn-primary:hover{
    background-color: #0E73D8;
    color: white;
    border: none;
}
.btn-secondary,
.btn-secondary:hover{
    background-color: #ffffff;
    color: #0E73D8;
    border-color: #0E73D8;
}