<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
</#ibizinclude>

.app-logout-view {
    height: 100%;
    width: 100%;
    position: relative;
    .logout-bg {
        height: 100%;
        width: 100%;
    }
    .logout-container {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 10%;
        font-size: 20px;
    }
}