.bg-login-image {
    background: url('/themes/custom/ksse/img/bg-login.png');
}

.js-form-item {
    margin-bottom: 10px;
}

.checkbox-checkmark {
    display: flex;
    font-size: 1.3125rem;
    position: absolute;
    top: 0;
    left: 0;
}

.node-form {
    margin: 0;
}

div.form-item-shadow {
    display: none !important;
}

.comment-comment-forum-form.comment-form {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    padding: 1rem;
}

h2.title.comment-form__title {
    margin-top: 3rem;
}

.tabs-primary {
    margin-bottom: 0;
}

.ue-logo {
    display: flex;
    flex-direction: row;
    max-width: 700px;
    margin: auto;
    margin-top: 2rem;
}

.ue-logo>div {
    padding: 1rem 2rem;
}

.ue-logo img {
    max-width: 100%;
    height: auto;
}

.app-logo {
    max-height: 100%;

}

.app-logo img {
    display: block;
    max-height: 40px;
    margin: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: auto;
    max-width: 100%;

}