.ui-pro #signin_panel .section > .inner .box-mini {
    background: #fff;
    color: #222;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    -webkit-box-shadow: 5px 5px 14px 5px rgb(0 0 0 / 37%);
    box-shadow: 5px 5px 14px 5px rgb(0 0 0 / 37%);
}

.ui-pro #signin_panel .solid-splash .ae-title {
    background-position: center center;
    background-size: 75%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 150px;
    margin-bottom: 0px;
    width: calc(100% + 80px);
    background-color: #174977;
    margin-left: -40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 2;
    position: relative;

    animation: login-logo-in 2000ms;
}
@keyframes login-logo-in {
    0% {
        height: 500px;
        margin-bottom: -385px;
    }
    90% {
        height: 500px;
        margin-bottom: -385px;
    }
    100% {
        height: 150px;
        margin-bottom: 0px;
    }
}
.ui-pro #signin_panel .contacts.register {
    display: none;
}
.ae-title{
    background-image: url(../../images/themes/unipro/unipro-title-white.png) !important;
}
.ui-pro #main_left .ae-title {

}
.app-header.gears-toolbar-left.header.main .ae-title {
    opacity:1;
    margin-top:0px;
    margin-bottom: 14px;
    width: 60px !important;;
    height: 54px !important;;
}
.ui-pro #signin_panel .solid-splash .ae-title {
    background-position: center center;
    background-size: 30%;
    background-image: url(../../images/themes/unipro/unipro-logo-titled-256.png) !important;
}
.featured-description.feat-main::before {
    background-image: url(../../images/themes/unipro/unipro-logo-small.png) !important;
}

/*.ui-pro .section-menu>.gears-toolbar.menu-header.solid.menu-header {
    background-color: #102337;
    background-image: none;
}*/

@media only screen and (max-width: 800px) {
    .ui-pro .header.main .ae-title.ghost {
        width: 60px;
        height: 40px;
        background-image: url(../../images/themes/unipro/unipro-title-small-white.png) !important;
    }
}