main form .form-group{
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
    gap: 10px;
}

main form .form-group div div{
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

main form .form-group .divinput{
    width: 100%;
}

main form .form-group div .textfield{
    width: 100%;
    height: 3em;
}