.article_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}

.wrapper_content_left_side {
    display: flex;
    flex-direction: column;
    width: 450px;
    height: 424px;
    margin-right: -100px;
    z-index: 1;
}

.conteudo_figure_wrapper {
    display: flex;
    justify-content: flex-end;
}

.conteudo_block_wrapper {
    margin-bottom: 20px;
}

.conteudo_texto_principal_login {
    background-color: white;
    padding: 30px 30px 30px 0
}


.wrapper_content_form_login {
    width: 270px;
    height: 150px;
    flex-direction: column;
    display: flex;
}

.content_form_mail,
.content_form_password {
    margin-bottom: 10px;
}

.conteudo_send_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

