.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.form-label {
    min-width: 120px;
    font-weight: bold;
}

