    .container_login {
        width: 100vw;
        height: 100vh;
        background: white;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
    .box_login {
        width: 300px;
        height: 400px;
        background: #f1f1f1;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .logo_login { margin-top: 50px; margin-bottom: 40px;}
    .input_login { margin-top: 10px;}
    .botao_login {}
    .codehouse_login {margin-top: 50px}



