.auth_ser{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    height: 100vh;
    margin-top: 0;
    padding: 0;
}

.col_auth{
    display: flex;
    width: 50vw;
    height: 100vh;
    background-color: #333333;
}

.col_left_auth{
    display: inline-block;
    width: 630px;
    height: 99%;

}

.col_right_auth{
    display: inline-block;
    width: 50vw;
    height: 100vh;
    background-color: white;
}

.logo_auth{
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

.logo_auth_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.form_auth{
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

.form_auth_cen{
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.text_auth{
    display: block;
    width: 270px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 10px;
}
h2{
    margin-bottom: 10px;
}

.lebel_auth{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.button_blue_auth{
    display: block;
    width: 280px;
    height: 50px;
    background: #007AD3;
    font-size: 18px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.button_white_auth{
    display: block;
    width: 280px;
    height: 50px;
    background: white;
    font-size: 18px;
    color: #007AD3;
    border-radius: 5px;
    border: 1px solid #007AD3;
    cursor: pointer;
}

.line_auth{
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
}

.line_auth_text{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 28px;
    padding: 5px;
    top: -15px;
    background-color: white;
    /*opacity: 0.5;*/
    z-index: 1;
}

.a_auth{

    margin-left: 95px;
    text-decoration: none;
}



