#header_content
{
    height: 100px;
}

#content_background_text
{
    font-size: 100px;
    width: 50%;
    margin: auto 0;
    font-weight: 700;
    font-weight: bold;
    line-height: 1;
    /* 1. Задаем градиент в качестве фона */
    background-image: linear-gradient(0deg, rgba(48, 48, 48, 0.8), rgb(255, 255, 255, 0.25)); /* Линейный градиент */
    /* 2. Делаем текст прозрачным, чтобы "видеть" фон */
    color: transparent; /* или -webkit-text-fill-color: transparent; */
    /* 3. Обрезаем фон по форме текста (для WebKit браузеров и современных) */
    -webkit-background-clip: text;
    background-clip: text;
    left: -10px;
    position: relative;
    z-index:0;
}

#auth_main_area, #create_user_main_area
{
    display: flex;
    margin: 0 auto;
    width: 80%;
    height: 40%;
}

#auth_area, #create_user_area
{
    display: block;
    width: 50%;
    background-color: rgb(35, 35, 35);
    border-radius: 20px;
    padding: 40px;
    /*box-shadow: 5px 5px 20px rgb(211, 211, 211);*/
    z-index:1;
}

#login_area, #password_area, #reg_button_area, #reset_button_area, #reg_area, #email_area, #lastname_area, #firstname_area, #patronymic_area
{
    margin: 1vw auto;
    width: 95%;
}
#login_area, #password_area
{
    width: 95%;
}

#login_area_title, #password_area_title
{
    font-size: 16px;
    margin-bottom: 0.3vw;
}

#login_area, #password_area
{
    
}
#login_input_label, #password_input_label, #email_input_label, #lastname_input_label, #firstname_input_label, #patronymic_input_label
{
    margin: 0vw auto;
    border-radius: 40px;
    border: 1px solid rgb(170, 170, 170);  
    padding: 5px;
    
    /*box-shadow: inset -3px -1px 17px -7px rgb(211, 211, 211);*/
}
#password_input, #login_input, #email_input, #lastname_input, #firstname_input, #patronymic_input
{
    width: 100%;
    border: none;
    background-color: transparent !important; 
    font-size: 30px;
    height: 60px;
}
#password_input_visibility_label
{
    display: flex;
    margin: 0.5vw auto;
    font-size: 16px;
}
#password_input_label_text
{
    margin: auto 0;
    color: rgb(246, 244, 244);
}
.default_checkbox
{
    appearance: none; /* Сбрасывает стандартный вид */
    -webkit-appearance: none; /* Для Safari/Chrome */
    -moz-appearance: none; /* Для Firefox */
    /* Другие базовые стили */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
}
.default_checkbox::before 
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 20px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0; /* Скрыта по умолчанию */
}
.default_checkbox:checked 
{
    background-color: rgb(68, 194, 193); /* Цвет фона при выборе */
    border-color: rgb(68, 194, 193);
    content: "";
}
.default_checkbox:checked::after 
{
    opacity: 1; /* Показываем галочку */
    content: "";
}

#auth_submit_area
{
    margin: 3vw auto 0vw auto;
    width: 95%;
    border-radius: 40px;
    border: 1px solid rgb(68, 194, 193);
    background-color: rgb(68, 194, 193);
}
#auth_submit
{
    width: 100%;
    border: none;
    cursor: pointer;
    background:none;
    font-size: 25px;
    padding: 5px;
    color: rgb(246, 244, 244);
    height: 80px;
}

#reg_button_area
{
    border: 1px solid rgb(68, 194, 193); 
    border-radius: 40px;
    display: flex;
    margin: 1vw auto;
}
#reg_button
{
    color: rgb(68, 194, 193);
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 22px;
    height: 60px;
}

#reset_button_area
{
    margin: 0 auto;
    width: fit-content;
}
#reset_button
{
    color: rgb(246, 244, 244);
    margin: 0 auto;
}

#reg_submit_area
{
    margin: 3vw auto;
    width: 95%;
    height: 80px;
    border-radius: 40px;
    border: 1px solid rgb(68, 194, 193);
    background-color: rgb(68, 194, 193);
}
#reg_submit
{
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    background:none;
    font-size: 18px;
    padding: 5px;
    color: rgb(246, 244, 244);
}
#content_text
{
    font-size: 2rem;
    margin: 20vw auto;
    width: 60%;
}

@media screen and (max-width:  1700px)
{
    #auth_main_area, #create_user_main_area
    {
        display: block;
    }
    #content_background_text
    {
        width: 100%;
    }
}

@media screen and (max-width:  1200px)
{
    
    #auth_area, #create_user_area
    {
        width: 90%;
    }
    #content_background_text
    {
        font-size: 80px;
    }
}

@media screen and (max-width: 700px)
{
    #content_background_text
    {
        font-size: 50px;
    }
}

@media screen and (max-width:  450px)
{
    #auth_area, #create_user_area
    {
        width: 250px;
        margin: 0vw auto;
        padding: 20px;
    }
    #auth_submit_area
    {
        margin: 2vw auto;
    }
    #password_area
    {
        margin-bottom: 5vw;
    }
    #reset_button_area
    {
        width: fit-content;
    }
    #password_input, #login_input, #email_input, #lastname_input, #firstname_input, #patronymic_input
    {
        height: 30px;
    }
    #reg_submit_area
    {
        height: 50px;
    }
    #reg_button
    {
        height: 30px;
        font-size: 15px;
    }
    #auth_submit
    {
        height: 50px;
        font-size: 15px;
    }
    #content_background_text
    {
        font-size: 40px;
    }
    #password_input, #login_input, #email_input, #lastname_input, #firstname_input, #patronymic_input
    {
        font-size: 10px;
    }
}