.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 80px;
    color: #ffffff;
    background-color: #006f21;
}

.header__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1290px;
    height: 100%;
    margin: 0 auto;
    padding: 0 25px;
    background-color: #006f21;
}

.header__logo {
    position: relative;
    padding-right: 75px;
    font-weight: 700;
    font-size: 24px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accessDenied {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    font-weight: bold;
}

.accessDenied__heading {
    padding: 10px 0 2px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}

.accessDenied__description {
    line-height: 1.4;
    color: #999999;
}
