.container-form {
    margin: 50px;
    min-width: 50%;
}
.item-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}