body {
    margin: auto;
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    display: block;
}
#sc_deny_panel {
    margin: 50px auto 0;
    width: 280px;
    border: 2px solid var(--accent-color-lighttheme-soft);
    border-radius: 10px;
    text-align: center;
}
#sc_deny_logo {
    background-size: auto 36px;
    background-repeat: no-repeat;
    width: 250px;
    float: left;
    height: 36px;
    margin: 10px 0 0 10%;
    background-image: url("../../chatService/geticon");
}
#sc_deny_icon {
    margin: 10px auto 0;
    width: 160px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../Images/sc-error-page-icon.png");
}
#sc_deny_msgblock {
    font-size: 16px;
    padding: 0 20px 20px;
}