@media only screen and (max-width: 1390px) {
    .w-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.access-denied-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    background-color: #ececec;
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
}

.access-denied-text {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.access-denied-link {
    font-size: 16px;
    color: #189AB9 !important;
    text-decoration: underline !important;
}

.portal-div {
    width: 100% !important;
    min-height: 0 !important;
}

.header {
    padding: 0 20px !important;
    -webkit-box-shadow: 7px 7px 20px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 7px 20px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 7px 20px -4px rgba(0, 0, 0, 0.4);
}