/* Страница входа в личный кабинет */
/* Настройки фона страницы */

.user_login {
    background-image: linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%);
    /* Настройки области просмотра на экране */
    height: 100vh; /* Применить свойство на всю высоту экрана */
    overflow: auto;
    /* Для центровки контента по оси Y (центр экрана) */
    display: grid;
    align-items: center;
    /* Прочие настройки */
    font-weight: 500;
    padding: 12px;
}

/* Блок ограничивающий контент по ширине */
.container {
    max-width: 646px;
    margin: 0 auto;
}

/* Текстовы блок — Личный кабинет пользователя */
/* Оцентровать текстовый блок(личный кабинет пользователя) */
.name_service {
    text-align: center;
    color: var(--white);
    font-weight: 500;
    font-size: clamp(20px, calc(20px + 1vw), 28px);
    margin-top: 20px;
    margin-bottom: 20px;
}

    /* стили текстового блока(личный кабинет пользователя) */
    .name_service span {
        text-transform: uppercase;
    }

/* Блок с логотипом и наиманованием проекта*/
.entry_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /**/
    background-color: var(--white);
    border-radius: var(--rounding_22px);
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 20px;
}

    /* Заливка фона секции с логотипом организации */
    .entry_card > div:first-child {
        background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
        width: 100%;
        padding-top: clamp(40px, calc(20px + 1vw), 60px);
        padding-bottom: clamp(20px, calc(20px + 1vw), 40px);
        padding-left: clamp(16px, calc(16px + 1vw), 30px);
        padding-right: clamp(16px, calc(16px + 1vw), 30px);
    }

/* Свойства текстового блока наименования организации */
.org_name .lk_title {
    display: none;
}
.org_name div:last-child {
    font-weight: 500;
    font-size: 42px;
    text-transform: uppercase;
}

/* Параметры контейнера для логотипа организации */
.org_name img {
    width: clamp(70px, calc(70px + 1vw), 120px);
}

/* Параметры текстового блока наименования организации */
.org_name div:last-child {
    font-size: clamp(20px, calc(20px + 1vw), 42px);
}

    /* Цвет первой части названия организации */
    .org_name div:last-child span:first-child {
        color: var(--red);
    }

    /* Цвет второй части названия организации */
    .org_name div:last-child span:last-child {
        color: var(--light_blue);
    }

/* Ссылка на авторизацию через госуслуги */
.gosuslugi_link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: 10px clamp(10px, calc(10px + 1vw), 40px);
    width: fit-content;
    border: 1px solid var(--blue);
    border-radius: var(--rounding_8px);
    color: var(--blue);
    font-size: clamp(15px, calc(15px + 1vw), 24px);
    text-decoration: none;
    white-space: nowrap;
    user-select: none;
    font-family: 'Exo 2';
    font-weight: 500;
    margin: auto;
    width: 80%;
}

    .gosuslugi_link img {
        width: 42px;
        height: 42px;
    }

    /* Эфект наведения на ссылку авторизации через госуслуги */
    .gosuslugi_link:hover {
        border: 1px solid rgba(13, 76, 211, 0);
        background-color: rgba(13, 76, 211, 0.2);
    }

/* Блок с полями авторизации */
.user_auth {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(20px, calc(20px + 1vw), 40px);
    padding-top: clamp(20px, calc(20px + 1vw), 40px);
    padding-bottom: clamp(40px, calc(20px + 1vw), 60px);
    padding-left: clamp(16px, calc(16px + 1vw), 30px);
    padding-right: clamp(16px, calc(16px + 1vw), 30px);
}

/* Цвет ссылок на странице авторизации */
.entry_card a {
    color: var(--blue);
}

.full_name_project {
    color: var(--white);
    text-align: center;
    opacity: 0.8;
}

.user_login .developer_block a {
    color: var(--white);
    width: auto;
    height: 20px;
}

/* Стили для роли администратора */

.admin_form_auth {
    width: 100%;
}

.admin_form_auth form > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: clamp(20px, calc(20px + 1vw), 40px);
    padding-bottom: clamp(40px, calc(20px + 1vw), 60px);
    padding-left: clamp(16px, calc(16px + 1vw), 30px);
    padding-right: clamp(16px, calc(16px + 1vw), 30px);
}

.form_auth {
    margin: auto;
    width: 80%;
    margin-bottom: 30px;
}

    .form_auth input {
        width: 100%;
    }

.form_auth > div:first-child {
    margin-bottom: 10px;
}

/*.WelcomeBtn button {
    margin: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 80%;
}*/

.alert,
.alert-danger {
    color: var(--alert);
}

.alert-success {
    color: #155724;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-top: 12px;
    font-size: 16px;
}
    .validation-summary-errors ul li {
        line-height: 90%;
    }

    .validation-summary-errors ul li:not(:last-child) {
        margin-bottom: 10px;
    }

/* Ссылка на разработчика */
.user_login .developer_block a > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 8px 6px;
    border-radius: var(--rounding_8px);
}

/* Параметры блока разработчика, на странице авторизации пользователя */
.user_login .developer_block a > div {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    /*margin-top: var(--empty_space_small);*/
    /*margin-bottom: var(--empty_space_small);*/
    margin: 20px 0;
}

/* Эффект наведения на блок разработчика, на странице авторизации пользователя */
.user_login .developer_block a:hover > div {
    border: 2px solid rgba(255, 255, 255, 0);
    background: var(--black_transparency_10);
}

/* Убрать эффекты ссылок по умолчанию в блоке-ссылке разработчика, на странице авторизации пользователя */
.user_login .developer_block a {
    text-decoration: none;
}

    .user_login .developer_block a img {
        width: auto;
        height: 30px;
    }

/* Стили текстового поля "Асофт" */
    .user_login .developer_block a > div > div:last-child {
        text-transform: uppercase;
    }

@media (max-width: 560px) {
    .form_auth {
        width: 100%;
    }

    .WelcomeBtn button {
        width: 100%;
    }
}