div.form__unit label {
    float: left;
    margin-right: 10px;
    padding: 5px 0;
    width: 180px;
}

.form__unit-item-input-line {
    width: 370px;
    height: 30px;
    border: 3px solid transparent;
    border-radius: 5px;
    line-height: 30px;
    font-size: 18px;
    background: none;
}

div.form__unit span .select2-container--default {
    width: 57%;
}
