body {
    margin: 0;
    padding: 0;
}

.navigation {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    z-index: 10;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: Lato;
    background: white;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 15px 20px;
    font-family: Avenir, Helvetica, Arial, sans-serif;
}

.navigation a {
    text-decoration: none;
    color: #00a6a7;
}

#app-login {
    position: absolute;
    right: 20px;
}

#apperio-logo {
    background: url(/static/logo.svg) no-repeat;
    height: 30px;
    width: 140px;
    display: block;
}