.form-field{
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    >label{
        margin-right: 15px;
        width: 100px;
    }
    .p-inputtext{
        width: 250px;
    }
}
.dialog-footer{
    display: flex;
    justify-content: flex-end;
    button{
        margin-left: 10px;
    }
}
.dialog-wrapper{
    min-height: 400px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}