body  {
    background: url("https://entrant.zabgu.ru/wp-content/uploads/2018/11/fon.png") repeat !important;
}

.component_page_connect, .page_container {
     background: none !important;
}

:root {
    --primary: rgba(57, 95, 182, 1) !important;
    --emphasis: rgba(57, 95, 182, 1) !important;
}

.common_response_page form {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.common_response_page form::before {
    content: url("https://zabgu.ru/icon/emblem.png") '\A Сетевой диск ЗабГУ';
    white-space: pre;
    text-align: center;
    color: var(--primary);
    font-size: 1.8em;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

.common_response_page button {
    background: var(--primary);
    border-radius: 6px;
    text-indent: -9999px;
    line-height: 0;
    transition: opacity 0.2s;
    padding: 14px 0;
    margin-top: 20px;
}

.common_response_page button:hover {
    opacity: 0.9;
}

.common_response_page button::after {
    content: "ПОДКЛЮЧИТЬ";
    text-indent: 0;
    display: block;
    line-height: initial;
}

.common_response_page input {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 14px 15px;
    background: #f9f9f9;
    transition: all 0.2s;
}

.common_response_page input:focus {
    background: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(57, 95, 182, 0.15);
}

#n-lder {
    display: none;
}