.m-portlet form .m-portlet__foot {
    margin: 0 -2.2rem;
}

.m-portlet form .m-portlet__body {
    padding-top: 0;
}

.m-portlet form.m-form .form-group {
    padding-left: 0;
    padding-right: 0;
}

.m-margin-left-5 {
    margin-left: 5px;
}

table.dataTable th a {
    color: #575962;
}

.table-responsive > .table-bordered {
    border: 1px solid #f4f5f8;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Обзор";
}

.backend_forms_hr {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border: 1.5px solid #eee;
    background: #eee;
}


.row m-login__form-sub {
    padding-top: 7px;
}

.form-group.m-form__group .captcha_refresh {
    margin-top: 19.5px !important;
}

#passwordrecoveryform-captcha-image, #registrationform-captcha-image {
    background: #fff;
    margin-top: 10px;
}

#registrationform-type,
#authform-type {
    border: none !important;
    border-radius: 50px !important;
}

.registration-description {
    margin-top: 2rem;
}

.registration-description .actor .links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.registration-description .actor .links .app-link + .app-link {
    margin-left: 2rem;
}

.registration-description .description {
    text-align: center;
    color: #ffffff;
}


