*
.form-register{
    width: 95%;
    max-width: 500px;
    background: #dee2e6;
    padding: 20px;
    
}
.form__title{
    margin-top: 0;
    font-size: 1.2em;
    text-align: center;
}
.form__label, .form__input{
    display: block;
}
.form__label{
    width:30%;
}
.form__input{
    width:70%;
    padding: 5px;
    font-size: 1em;
}
.container--flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}