.login-logo a span {
    display: none;
}

.login-page .login-box a img {
    width: 150px !important;
}

.logo img {
    display: inline;
    padding-bottom: 4px;
    max-height: 100%;
    max-width: 100%;
}

.sonata-ba-tabs.ui-sortable > div {
    border: 1px solid rgba(0, 0, 0, 0.20);
    margin: 15px;
    padding: 10px;
    display: flow-root;
}

.answer.answer-type-text {
    overflow-y: scroll;
    height: 500px;
}

.answer.answer-type-radio .table,
.answer.answer-type-nps .table,
.answer.answer-type-check .table {
    overflow-x: scroll;
}

.navbar-brand {
    height: auto !important;
}

.skin-black .main-header .logo:hover {
    background-color: #222d32;
}

.skin-black .main-header .logo {
    background-color: #222d32;
}

.mt-20 {
    margin-top: 20px;
}