.auth_main{
    color: #000;

    /*background-color: aqua;*/
    display: flex;
    justify-content: center;
    
    width: 100%;
    min-height: 100px;

    margin-top: 10px;
    margin-bottom: 40px;
}



.auth_logo_container{
    display: flex;
    justify-content: center;
}

.auth_logo{
    width: 165px;
}

.auth_label{
    font-size: 24px;
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_label_column{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.auth_container{
    max-width: 100%;
    width: 560px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth_container_column{
    width: 480px;
    

}

.calendar_icon{
    position: absolute;
    top: 7px;
    right: 16px;
    display: inline-block;
    font-size: 20px;
    pointer-events: none;
    color: #FF1E30;
}

.auth_form_container{
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: #fff;

    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-top: 4px;

    border-radius: 12px;

    margin-top: 30px;

    -webkit-box-shadow: 0px 4px 8px 2px rgba(34, 60, 80, 0.09);
    -moz-box-shadow: 0px 4px 8px 2px rgba(34, 60, 80, 0.09);
    box-shadow: 0px 4px 8px 2px rgba(34, 60, 80, 0.09);
}

.auth_info{
    width: 100%;
    font-size: 13px;
    border-radius: 8px;
    padding: 12px 12px;
    background-color: #F8F8F8;
    border: 2px solid #dfdfdf;
    position: relative;
    overflow: hidden;
}

.auth_info ul{
    text-decoration: solid;
    color: #000;
    list-style-type: disc;
}

.auth_info ul li{
    list-style-type: disc;
    margin-left: 18px;
}

.auth_info img{
    width: 20px;
    height: 20px;
}

.auth_info_text{
    display: flex;
    color: #575757;
    width: 100%;
    text-align: center;
    align-self: center;

    margin-bottom: 20px;
    font-size: 15px;
}

.auth_next_button{
    border: 1px solid #FF1E30;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    justify-content: space-between;
    font-size: 18px;
    margin-top: 16px;

    cursor: pointer;
    transition: all .5s, outline 0.1s;

    img{
        width: 35px;
        height: 35px;
        object-fit: contain;
        background-color: unset;
        filter: brightness(0) saturate(100%) invert(24%) sepia(82%) saturate(5926%) hue-rotate(346deg) brightness(102%) contrast(98%);
    }
}

.auth_next_button.non_hover{
    cursor: unset;
    
}

.auth_next_button:hover{
    
    border: 2px solid #FF1E30;
    outline: 2px solid #FF1E30;
    background-color: #f7f7f7;
    /*
    border: 1px solid #fff;
    color: #fff;
    img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7475%) hue-rotate(105deg) brightness(116%) contrast(103%);
    }*/
}


.auth_next_button:focus, .auth_next_button:active {
  border: 1px solid rgba(0, 0, 0, 0);
  outline: 2px solid #FF1E30 !important;
  box-shadow: none;
}

.auth_next_button.non_hover:hover{
    border: 1px solid #FF1E30;
    background-color: #fff;
    color: #000;
    img{
        filter: brightness(0) saturate(100%) invert(24%) sepia(82%) saturate(5926%) hue-rotate(346deg) brightness(102%) contrast(98%);
    }
}

.auth_next_button.grey_hover:hover{
    border: 1px solid #FF1E30;
    background-color: #f1f1f1;
    color: #000;
    img{
        filter: brightness(0) saturate(100%) invert(24%) sepia(82%) saturate(5926%) hue-rotate(346deg) brightness(102%) contrast(98%);
    }
}

.auth_next_button_up{
    display: flex;
    width: 100%;
    justify-content:space-between;
    align-items: center;
    text-align:start;
}

.auth_next_button_down{
    font-size: 14px;
    margin-top: 4px;
    flex: 0 0 100%;
    text-align:start;
    color:#606060;
    padding-right: 35px;
}


.auth_form_container_column{
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

.auth_form_two_el{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.auth_form_two_el .auth_form_el{
    width: 48%;
}

.auth_form_three_el{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;  
}

.auth_form_three_el .auth_form_el{
    width: 32%;
}

.two_el_inserted{
    width: 48%;
}

.auth_form_el{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
}

.auth_input_label{
    font-size: 14px;
    margin-bottom: 6px;
}

.auth_input{
    height: 40px;

    border: 2px solid #e7e7e7;
    border-radius: 8px;

    padding-left: 12px;
    padding-right: 12px;

    font-size: 18px;
    
    width: 100%;
    box-sizing: border-box;
}

.auth_input:focus {
    outline: #4c64cf !important;
    border-color: #4c64cf !important;

    color: #000;
    background-color: #fff;
}

.auth_input:focus ~ .password-control .auth_input_danger_eye{
    filter: invert(0%) sepia(6%) saturate(25%) hue-rotate(191deg) brightness(106%) contrast(105%) !important;
}

.auth_input_danger:placeholder-shown ~ .password-control .auth_input_danger_eye{
    filter: invert(22%) sepia(56%) saturate(6278%) hue-rotate(345deg) brightness(101%) contrast(100%);  
}

.auth_input_danger:placeholder-shown{
    border-color: #ff1e319d;
    /*color: #757575;
    background-color: #fafafa;*/
}



.auth_input_rec_text{
    margin-left: 14px;
    display: none;
    color: #FF1E30;
    font-size: 12px;
    margin-top: 3px;
}

.auth_input:focus ~ .auth_input_rec_text{
    display: none !important;
}

.auth_input_danger:placeholder-shown ~ .auth_input_rec_text{
    display: block;
}



input[type='password'] {
    font-size: 25px;
    letter-spacing: 1px;
}



.auth_form_remember_me{
    display: flex;
    align-content: center;
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
    justify-content: space-between;
}

.remember_me_checkbox{

    width: 16px;
    height: 16px;
}



.remember_me_label{
    padding-left: 8px;
    color: #575757;
}

.auth_form_buttons{
    display: flex;
    grid-gap:10px;
    flex-grow: 12px;

    margin-top: 16px;
    margin-left: auto;

    width: 100%;
}

.auth_form_buttons button:disabled{
    cursor: not-allowed !important;
    opacity: 0.4 !important;
    pointer-events: none !important;
}

.forget_password{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #757575;
}

.forget_password:visited{
    color: #757575;
}

.forget_password:hover{
    color: #414141;
}

.auth_registration_text{
    text-decoration: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #757575;
}
.auth_registration_text:visited{
    color: #757575;
}

.auth_registration_text:hover{
    color: #414141;
}

.auth_button{
    font-size: 14px;

    border: none;
    border-radius: 6px;

    padding-left: 18px;
    padding-right: 18px;

    padding-top: 9px;
    padding-bottom: 9px;
}

.auth_button_reg{

    font-size: 14px;

    border-radius: 6px;

    padding-left: 18px;
    padding-right: 18px;

    padding-top: 9px;
    padding-bottom: 9px;

    border: 1px solid #FF1E30;
    background-color: #fff;
    color: #FF1E30;
}

.auth_button_reg:hover{
    border: 1px solid #FF1E30;
    background-color: #FF1E30;
    color: #fff;
}

.link_text_grey_pr{
    text-decoration: none;
    color: #727272 !important;
}

.link_text_grey_pr:hover{
    color: #434343 !important;
}

.link_text_blue_pr{
    text-decoration: none;
    color: #3f58fe !important;
}

.link_text_blue_pr:hover{
    color: #1a30c3 !important;
}

.link_text_red_pr{
    text-decoration: none;
    color: #FF1E30 !important;
}

.link_text_red_pr:hover{
    color: #812020 !important;
}

.password-control {
	position: absolute;
	top: 11px;
	right: 12px;
	display: inline-block;
	width: 20px;
	height: 20px;
    color: #000;
    cursor: pointer;
	background: url(/img/eye_open.svg) 0 0 no-repeat;
}

.password-control.view {
    background-color: #000;
	background: url(/img/eye_close.svg) 0 0 no-repeat;
}



@media screen and (max-width: 760px) {
    .auth_main{
        width: 100%;
        margin-top: 50px;
    }

    .auth_container_column{
        margin-top: 40px;
        margin-bottom: 120px;
    }

    .auth_container{
        width: 100% !important;
    }

    .auth_form_container{
        border-radius: 0px;
    }

}

@media screen and (max-width: 520px) {

    .auth_form_two_el{
        display: flex;
        flex-direction: column;
        justify-content: unset; 
    }

    .auth_form_two_el .auth_form_el{
        width: 100%;
    }

    .auth_form_three_el{
        display: flex;
        flex-direction: column;
        justify-content: unset; 
    }

    .auth_form_three_el .auth_form_el{
        width: 100%;
    }

    .two_el_inserted{
        width: 100%;
    }

}