.access-forbidden {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    .header {
        span {
            font-family: proxima-nova;
            font-size: 24px;
            line-height: 32px;
            color: #323B4E;
        }
    }
    .message {
        margin-top: 8px;
        span {
            font-size: 14px;
            line-height: 24px;
            color: #707070;
        }
    }
    .message.access-info {
        margin-top: 16px;
    }
}