body {
    font-size: 14px;
}

.login-page, .register-page {
    background-color: #111111;
}

body.login-page {
    /*
    background-image: url("https://ovoincubator.ru/wp-content/uploads/2020/04/1-1920-c.png");
    background-position: top center;
    background-repeat: no-repeat;
    */
}

.error-page {
    background-color: #ffffff;
    padding: 40px;
}

.login-box, .register-box {
    width: 480px;
    max-width: 100%;
}

.box-header .form-group {
    margin-left: 10px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a {
    display: inline-block;
    width: 139px;
    box-sizing: border-box;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer a:nth-child(1) {
    border-bottom-right-radius: 0;
    color: #ffffff !important;
}

@media (min-width: 992px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

.select2-container--default .select2-selection--single.input-lg,
.input-group-lg .select2-container--default .select2-selection--single,
.form-group-lg .select2-container--default .select2-selection--single {
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 31px 10px 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
    height: auto;
}

.select2-container--default .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -12px;
    border-width: 6px 6px 0 6px;
}

.incubator-info {
    margin-bottom: 20px;
}

.incubator-info h3 {
    margin: 10px 0;
}

.incubator-info a {
    color: #111111;
    font-size: 16px;
    margin: 5px 10px 5px 0;
    display: inline-block;
    font-variant: small-caps;
}

.incubator-info a:hover {
    
}

.incubator-info .row > div {
    position: relative;
    border-right: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.incubator-info .row > div:last-child {
    border-right: 0;
}

.incubator-info .row > div .inner {
    position: absolute;
    top: 0;
    left: 100px;
}

.incubator-info .row > div .inner h2 {
    font-weight: bold;
}

.incubator-info .row > div .icon {
    font-size: 72px;
    color: rgba(0,0,0,0.15);
    width: 100px;
    text-align: center;
    margin-left: -15px;
}

