.ui-pro .solid-ui {
    background-color: #221f1f !important;
}
.gears-toolbar.menu-header.solid {
    background-color: #221f1f !important;
}
.ui-pro .header.main .ae-title.ghost {
    width: 120px;
    height: 40px;
    opacity:0.8;
}
.ui-pro .apps-main .box-header{
    border-bottom: #221f1f 1px solid !important;
}
.ui-pro #signin_panel .section > .inner .box-mini {
    background: #fff;
    color: #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 14px 5px rgb(0 0 0 / 37%);
    box-shadow: 5px 5px 14px 5px rgb(0 0 0 / 37%);
}
.ae-title{
    background-image: url(../../images/themes/forma/logo-linear-240.png) !important;
}
.ui-pro #signin_panel .solid-splash .ae-title {
    /*background-image: url(../../images/themes/bio//title-light.png);*/
    background-image: url(../../images/themes/forma/title-light.png) !important;
    background-position: center center;
    background-size: 33%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 260px;
    margin-bottom: 0px;
    width: calc(100% + 80px);
    background-color: #221f1f;
    margin-left: -40px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.ui-pro .gears-dialog.main-dialog.styled > .gears-toolbar-top {
    background-color: #221f1f !important;
}
.ui-pro #signin_panel .contacts.register {
    display: none;
}
@media only screen and (max-width: 800px) {
    .ui-pro .header.main .ae-title.ghost {
        width: 60px;
        height: 40px;
        background-image: url("../../images/title-light-small.png");
    }
}