.containerRegister{
    background-color:  #f0d797;
    width: 40%;
    margin: 2em auto;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 10px 5px 5px white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1em;
    .h3{
        font-size: 3em;
    }
    .labelRegister{
        display: flex;
        width: 40%;
        font-weight: bold;
    }
    .inputRegister{
        width: 20%;
    }
}